Open
Conversation
also change parquetpath to path and add .parquet suffix to the path in config
czajkub
commented
Oct 2, 2025
KaliszS
reviewed
Oct 7, 2025
Collaborator
KaliszS
left a comment
There was a problem hiding this comment.
We need instructions to run those tests locally without actions. So in order to achieve taht we need to change .env.example and README.
czajkub
commented
Oct 8, 2025
| dev = [ | ||
| "fastapi>=0.116.2", | ||
| "opik>=1.8.56", | ||
| "pydantic-ai>=1.0.10", |
Collaborator
Author
There was a problem hiding this comment.
pydantic-ai is for the agent used in opik tests
czajkub
commented
Oct 8, 2025
Collaborator
Author
There was a problem hiding this comment.
generated from (old) template
czajkub
commented
Oct 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds evaluations and tests for this server using Opik. The tests are run on a prepared dataset and include:
query_tests.py)e2e_tests.py)opik/tool_calls.py): evaluating answers based on a set of questions in Opik and judging them on metrics like hallucination or answer relevancyAs an addition, unit tests and opik tests are added to Github Actions, however an Opik API key and workspace name need to be set in secrets
Opik experiment result example:

Actions results:


It is also possible to show the results of individual tests instead of averages in the pipeline (for Opik)