Merge branch 'feat-exp-pool-bm25' into 'mgx_ops'

Feat exp pool bm25

See merge request pub/MetaGPT!327
This commit is contained in:
王金淋 2024-08-19 06:45:03 +00:00
commit c6cc5e2da3
14 changed files with 244 additions and 54 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