exp pool support bm25

This commit is contained in:
seehi 2024-08-16 21:13:08 +08:00
parent aa8e2fa8c3
commit a6af03efb8
10 changed files with 231 additions and 50 deletions

View file

@ -79,6 +79,7 @@ exp_pool:
enable_read: false
enable_write: false
persist_path: .chroma_exp_data # The directory.
storage_type: bm25 # Default is bm25, can be set to chroma for vector storage, which requires setting up embedding.
azure_tts_subscription_key: "YOUR_SUBSCRIPTION_KEY"
azure_tts_region: "eastus"