You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
To ensure I understand correctly, the "metrics" attribute of an Experience is the primary component used for matching within Chroma DB. However, the actual metric values appended outside the Experience may not be exact due to approximate matching.
Could you also provide some insights on how the variables within the "desc" attribute of an Experience, such as "inserted_tuples_threshold", are handled? Are these variables dynamically evaluated by the system or the expert?
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"
.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
, ormetrics
?Thank you for your assistance.
The text was updated successfully, but these errors were encountered: