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
Now I want to apply one of the metrics functions in the evaluation metrics to different content.
For example, the SemanticSimilarity function by default takes {"reference", "response"} to measure the similarity between two pieces of content. Now I want to measure the similarity between {"user_input", "retrieved_contexts"}.
How should I proceed? Does it mean that I have to rewrite the whole method myself?
The text was updated successfully, but these errors were encountered:
Now I want to apply one of the metrics functions in the evaluation metrics to different content.
For example, the SemanticSimilarity function by default takes {"reference", "response"} to measure the similarity between two pieces of content. Now I want to measure the similarity between {"user_input", "retrieved_contexts"}.
How should I proceed? Does it mean that I have to rewrite the whole method myself?
The text was updated successfully, but these errors were encountered: