add enable_longterm_memory config

This commit is contained in:
seehi 2024-09-12 11:20:40 +08:00
parent c0d5c031f8
commit cf3b80d5f1
4 changed files with 18 additions and 4 deletions

View file

@ -83,6 +83,8 @@ exp_pool:
use_llm_ranker: true # Default is `true`, it will use LLM Reranker to get better result.
collection_name: experience_pool # When `retrieval_type` is `chroma`, `collection_name` is the collection name in chromadb.
role_zero:
enable_longterm_memory: false # Whether to use long-term memory.
azure_tts_subscription_key: "YOUR_SUBSCRIPTION_KEY"
azure_tts_region: "eastus"