mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
update exp_pool manager
This commit is contained in:
parent
665ca6ff97
commit
ff6ad6d348
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class ExperienceManager(BaseModel):
|
|||
return self.storage.count()
|
||||
|
||||
def _resolve_storage(self) -> "SimpleEngine":
|
||||
"""Selects the appropriate storage creation method based on the configured storage type."""
|
||||
"""Selects the appropriate storage creation method based on the configured retrieval type."""
|
||||
|
||||
storage_creators = {
|
||||
ExperiencePoolRetrievalType.BM25: self._create_bm25_storage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue