mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
add collection_name in exp_pool config
This commit is contained in:
parent
cb3541f204
commit
9d327081ba
5 changed files with 7 additions and 10 deletions
|
|
@ -22,3 +22,4 @@ class ExperiencePoolConfig(YamlModel):
|
|||
default=ExperiencePoolRetrievalType.BM25, description="The retrieval type for experience pool."
|
||||
)
|
||||
use_llm_ranker: bool = Field(default=True, description="Use LLM Reranker to get better result.")
|
||||
collection_name: str = Field(default="experience_pool", description="The collection name in chromadb")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue