Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new tests #38571

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/evaluation/azure-ai-evaluation/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "python",
"TagPrefix": "python/evaluation/azure-ai-evaluation",
"Tag": "python/evaluation/azure-ai-evaluation_fdb88346b8"
"Tag": "python/evaluation/azure-ai-evaluation_f07096fcbe"
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async def __call__(self, *, query: str, response: str, ground_truth: str, **kwar

class SimilarityEvaluator:
"""
Evaluates similarity score for a given query, response, and ground truth or a multi-turn conversation.
Evaluates similarity score for a given query, response, and ground truth.

The similarity measure evaluates the likeness between a ground truth sentence (or document) and the
AI model's generated prediction. This calculation involves creating sentence-level embeddings for both
Expand Down
Loading
Loading