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
as you may observe, similarity_threshold and top_n are updated correctly, but for keywords_similarity_weight - in interface, it shows 0.9 (1 - 0.1), not 0.1.
Can you please clarify this behaviour?
Is it a bug in interface or in API?
What number I should put in API call to set keywords_similarity_weight to 0.1 (and apparently cosine_distance_weight to 0.9) ?
The text was updated successfully, but these errors were encountered:
Describe your problem
Hi,
I am playing with python api, and now I am trying to update the prompt parameters.
the dictionary that I am pushing via update() mehtod is :
in interface of the assistant, I observe:
as you may observe, similarity_threshold and top_n are updated correctly, but for keywords_similarity_weight - in interface, it shows 0.9 (1 - 0.1), not 0.1.
Can you please clarify this behaviour?
Is it a bug in interface or in API?
What number I should put in API call to set keywords_similarity_weight to 0.1 (and apparently cosine_distance_weight to 0.9) ?
The text was updated successfully, but these errors were encountered: