8000 [MLOB-2691] Reorg LLMO evaluations documentation by gsvigruha · Pull Request #29421 · DataDog/documentation · GitHub
[go: up one dir, main page]

Skip to content

[MLOB-2691] Reorg LLMO evaluations documentation #29421

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

Merged
merged 24 commits into from
May 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 22 additions & 12 deletions config/_default/menus/main.en.yaml
8000
Original file line number Diff line number Diff line change
Expand Up @@ -4482,31 +4482,41 @@ menu:
parent: llm_obs_setup
identifier: llm_obs_setup_api
weight: 303
- name: Configuration
url: llm_observability/configuration/
- name: Evaluations
url: llm_observability/evaluations/
parent: llm_obs
identifier: llm_obs_configuration
identifier: llm_obs_evaluations
weight: 4
- name: Out-of-the-Box Evaluations
url: llm_observability/evaluations/ootb_evaluations
parent: llm_obs_evaluations
identifier: llm_obs_ootb_evaluations
weight: 401
- name: Submit Evaluations
url: llm_observability/submit_evaluations/
parent: llm_obs
url: llm_observability/evaluations/submit_evaluations
parent: llm_obs_evaluations
identifier: llm_obs_submit_evaluations
weight: 5
weight: 402
- name: Ragas Evaluations
url: llm_observability/ragas_evaluations/
parent: llm_obs
identifier: llm_obs_ragas_evaluation
weight: 6
url: llm_observability/evaluations/ragas_evaluations
parent: llm_obs_evaluations
identifier: llm_obs_ragas_evaluations
weight: 403
- name: NeMo Evaluations
url: llm_observability/evaluations/submit_nemo_evaluations
parent: llm_obs_evaluations
identifier: llm_obs_submit_nemo_evaluations
weight: 404
- name: Cluster Map
url: llm_observability/cluster_map/
parent: llm_obs
identifier: llm_obs_cluster_map
weight: 7
weight: 5
- name: Guides
url: llm_observability/guide/
parent: llm_obs
identifier: llm_obs_guide
weight: 8
weight: 6
- name: CI Visibility
url: continuous_integration/
pre: ci
Expand Down
2 changes: 1 addition & 1 deletion content/en/llm_observability/cluster_map/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ Select a topic cluster from the list to examine how inputs or outputs about spec
{{< partial name="whats-next/whats-next.html" >}}

[1]: https://app.datadoghq.com/llm/clusters
[2]: /llm_observability/configuration/#enter-a-topic
[2]: /llm_observability/evaluations/ootb_evaluations/#enter-a-topic
[3]: /llm_observability/terms/#evaluations
146 changes: 0 additions & 146 deletions content/en/llm_observability/configuration/_index.md

This file was deleted.

40 changes: 40 additions & 0 deletions content/en/llm_observability/evaluations/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Evaluations
description: Learn how to configure Evaluations for your LLM application.
aliases:
- /tracing/llm_observability/evaluations/
Copy link
C 8000 ontributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- /tracing/llm_observability/evaluations/
- /tracing/llm_observability/evaluations/
- /llm_observability/configuration/

^ This will redirect this page from the old URL so we don't have a dead link 🙂

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is frustrating; I can't add suggestions for other renamed/moved files because GitHub won't let me add comments for unchanged lines. But generally, anytime we rename or move a file, it's important to add in aliases so users clicking old links or using old bookmarks won't get a 404. Happy to help with this if you need it - just let me know!

- /llm_observability/configuration/
---

{{< site-region region="gov" >}}
<div class="alert alert-warning">LLM Observability is not available in the selected site ({{< region-param key="dd_site_name" >}}) at this time.</div>
{{< /site-region >}}

## Overview

LLM Observability offers several ways to support evaluations:

### Out of the Box Evaluations

Datadog builds and supports [Out of the Box Evaluations][1] to support common use cases. You can enable and configure them within the LLM Observability application.

### Submit Evaluations

You can also [Submit Evaluations][2] using Datadog's API. This mechanism is great if you have your own evaluation system, but would like to centralize that information within Datadog.

### Evaluation Integrations

Datadog also supports integrations with some 3rd party evaluation frameworks, such as [Ragas][3] and [NeMo][4].

### Sensitive Data Scanner integration

In addition to evaluating the input and output of LLM requests, agents, workflows, or the application, LLM Observability integrates with [Sensitive Data Scanner][5], which helps prevent data leakage by identifying and redacting any sensitive information (such as personal data, financial details, or proprietary information) that may be present in any step of your LLM application.

By proactively scanning for sensitive data, LLM Observability ensures that conversations remain secure and compliant with data protection regulations. This additional layer of security reinforces Datadog's commitment to maintaining the confidentiality and integration of user interactions with LLMs.


[1]: /llm_observability/evaluations/ootb_evaluations
[2]: /llm_observability/evaluations/submit_evaluations
[3]: /llm_observability/evaluations/ragas_evaluations
[4]: /llm_observability/evaluations/submit_nemo_evaluations
[5]: /security/sensitive_data_scanner/
Loading
Loading
0