# EC-RAG Experience Guide This guide explains how to enable, configure, and use Experience capabilities within EdgeCraftRAG (EC-RAG). It covers the creation and management of experience to enhance the answer quality ## Overview Experience refers to the knowledge and skills acquired through practical involvement, trial, and reflection, serving as a key foundation for solving real-world problems. In EC-RAG we now provide abilities to add such experience for the reference of your Chat. Before use Experience, please make sure Milvus VectorDB is enabled and below env is set: ```bash export METADATA_DATABASE_URL="http://${HOST_IP}:19530" ``` ## Creating An Experience Upon successful deployment of EC-RAG, we may navigate to `Knowledge Base` tab from the left panel: ![alt text](../assets/img/experience_access.png) Then in the `Create Type Select` windows, choose `Go Create Experience`: ![alt text](../assets/img/experience_create_1.png) In the next windws, we can set Experience to `Activated` or `Inactive`, this could also be changed after creation of Experience: ![alt text](../assets/img/experience_create_2.png) ## Managing Experiences ### Add Experiences After successfully created `Experience`, Experience tab would be available with `Unique` tag: ![alt text](../assets/img/experience_management_1.png) To add new experience, select `Create Experience` from the right panel: ![alt text](../assets/img/experience_management_2.png) In the `Create Experience` window, we could add experience and its corresponding content as needed, multi experience creation is supported: ![alt text](../assets/img/experience_management_3.png) ### View and Edit Experiences After experience added, they will be shown in list under `Experience` tab. We could toggle the `+` sign to show experience content details. Use the three dots next to `Experience` to activate or deactivate a Experience Base: ![alt text](../assets/img/experience_management_4.png) ## Examples Here's a comparison with experience activated and not activated: Without experience: ![alt text](../assets/img/experience_example_3.png) Activated experience: ![alt text](../assets/img/experience_example_1.png) RAG Answer: ![alt text](../assets/img/experience_example_2.png)