I have some questions regarding Experience.
Currently, for each expert's Experience located in /knowledge_base/, there seem to be some Experiences that include variables within them. For example, "cause_name": "insert_large_data" has a variable like "inserted_tuples_threshold" within its "desc".
- Are these variables parsed somewhere so that the system is designed to let the expert determine real values?
Additionally, I understand that abnormal_metrics names are used to search for Experiences stored in the Chroma DB. Could you clarify which parts of the Experience are used in the search? Is it the cause_name, desc, steps, or metrics?
Thank you for your assistance.