We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fix the example notebook, section "Semantic similarity": https://github.com/evidentlyai/evidently/blob/main/examples/sample_notebooks/llm_evaluation_tutorial.ipynb
For new API:
text_evals_report = Report(metrics=[ TextEvals(column_name="response", descriptors=[ SemanticSimilarity(with_column="question", display_name="Response-Question Similarity"), ]) ]) text_evals_report.run(reference_data=None, current_data=assistant_logs[:100], column_mapping=column_mapping) text_evals_report
The text was updated successfully, but these errors were encountered:
emeli-dral
No branches or pull requests
Fix the example notebook, section "Semantic similarity":
https://github.com/evidentlyai/evidently/blob/main/examples/sample_notebooks/llm_evaluation_tutorial.ipynb
For new API:
The text was updated successfully, but these errors were encountered: