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

@ -3,7 +3,7 @@ # Experience Pool
## Prerequisites
- Ensure the RAG module is installed: https://docs.deepwisdom.ai/main/en/guide/in_depth_guides/rag_module.html
- Set embedding: https://docs.deepwisdom.ai/main/en/guide/in_depth_guides/rag_module.html
- Set both `enable_read` and `enable_write` to `true` in the `exp_pool` section of `config2.yaml`
- Set `enabled``enable_read` and `enable_write` to `true` in the `exp_pool` section of `config2.yaml`
## Example Files