From 243c7a65d680de5a655fbcb3cae2fa1afd5191c8 Mon Sep 17 00:00:00 2001 From: seehi <6580@pm.me> Date: Fri, 16 Aug 2024 21:19:37 +0800 Subject: [PATCH] exp pool support bm25 --- config/config2.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config2.example.yaml b/config/config2.example.yaml index 59406833a..1a753b855 100644 --- a/config/config2.example.yaml +++ b/config/config2.example.yaml @@ -79,7 +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. + 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"