- 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
enabled、enable_readandenable_writetotruein theexp_poolsection ofconfig2.yaml
Showcases the implementation of the @exp_cache decorator.
Demonstrates the process of initializing the experience pool.
Illustrates CRUD (Create, Read, Update, Delete) operations for managing experiences in the pool.
Outlines methods for evaluating and scoring experiences within the pool.