-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[ML-OB] ragas evaluation integration #27217
base: master
Are you sure you want to change the base?
Conversation
Preview links (active after the
|
Added DOCS-9960 to track review |
Co-authored-by: lievan <[email protected]>
Co-authored-by: Barry Eom <[email protected]>
Hold for merge until ddtrace 3.0.0 is released |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with some suggestions, thanks!
|
||
3. Run the script with the Ragas Faithfulness evaluation enabled: | ||
```bash | ||
DD_LLMOBS_EVALUATORS=ragas_faithfulness DD_ENV=dev DD_API_KEY=<YOUR-DD-API-KEY> DD_SITE=datadoghq.com python quickstart.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like you're intentionally hyphenating your placeholders to distinguish them from Bash vars etc., so I won't make suggestions on those.
Co-authored-by: Jen Gilbert <[email protected]>
What does this PR do? What is the motivation?
Introduce LLM Observability's integration with the RAGAS evaluation framework
Existing LLM integrations are all tracing related - by turning one of them on, a user gets automatic tracing if they use a LLM library we integration with
Our ragas integration is the first "evaluations" integration - we're aiming to provide a similar experience by allowing users to get evaluations, out of the box, from the ragas open source framework simply by flipping on an environment variable
Merge instructions
Merge readiness:
Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the
<yourname>/description
naming convention) and then add the following PR comment:Additional notes