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
Hello I'm attempting to use SemanticSimilarity from the tutorial and I get the following error:
ValidationError: 1 validation error for SemanticSimilarity with_column field required (type=value_error.missing)
I'm currently invoking the API as the following:
SemanticSimilarity( display_name="Response Similarity"). \ on(["target_response", "new_response"])
Has there been any updates to the API?
The text was updated successfully, but these errors were encountered:
Hi @mforsterqvest , could you specify which tutorial are you refering to?
Sorry, something went wrong.
Hello @elenasamuylova the tutorial link is https://www.evidentlyai.com/blog/llm-regression-testing-tutorial.
Hi @mforsterqvest , thanks for flagging! There has indeed been a change in the API that was not updated in all examples.
Check the correct code here: https://github.com/evidentlyai/community-examples/blob/main/tutorials/How_to_run_regression_testing_for_LLMs.ipynb
No branches or pull requests
Hello I'm attempting to use SemanticSimilarity from the tutorial and I get the following error:
ValidationError: 1 validation error for SemanticSimilarity with_column field required (type=value_error.missing)
I'm currently invoking the API as the following:
SemanticSimilarity( display_name="Response Similarity"). \ on(["target_response", "new_response"])
Has there been any updates to the API?
The text was updated successfully, but these errors were encountered: