-
Notifications
You must be signed in to change notification settings - Fork 419
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
feat(llmobs): ragas evaluation framework integration #11939
base: main
Are you sure you want to change the base?
Conversation
|
Datadog ReportBranch report: ✅ 0 Failed, 130 Passed, 1468 Skipped, 4m 46.34s Total duration (29m 10.85s time saved) |
…y into evan.li/release-ragas
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.
lgtm!
sampling_rules_str = os.getenv(self.SAMPLING_RULES_ENV_VAR) | ||
telemetry_writer.add_configuration("_DD_LLMOBS_EVALUATOR_SAMPLING_RULES", sampling_rules_str, origin="env") | ||
|
||
deprecated_sampling_rules_str = os.getenv(self.DEPRECATED_SAMPLING_RULES_ENV_VAR) |
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.
For these variables we have a declared constant, but for _DD_LLMOBS_EVALUATORS
we use the string name directly. Should we make it more consistent?
--- | ||
features: | ||
- | | ||
LLM Observability: This introduces an integration with the [RAGAS](https://docs.ragas.io/en/stable/) evaluation framework to continuously monitor |
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.
The release notes are not Markdown, they are reStructuredText. See e.g. here for an example of the link syntax.
Publicize the RAGAS integration
RAGAS is an evaluation framework for RAG Applications. The integration supports evaluating LLM inferences with three RAGAS metrics
Checklist
Reviewer Checklist