From f42419f6c09f90aec09fdcde296cd6b90d33735c Mon Sep 17 00:00:00 2001 From: Barry Eom <31739208+barieom@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:36:46 -0400 Subject: [PATCH 1/2] Llama License Requirement update for LLM Obs Cluster Map --- content/en/llm_observability/cluster_map/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/llm_observability/cluster_map/_index.md b/content/en/llm_observability/cluster_map/_index.md index 3aefda168e9a2..3d2337d0b6f04 100644 --- a/content/en/llm_observability/cluster_map/_index.md +++ b/content/en/llm_observability/cluster_map/_index.md @@ -25,6 +25,8 @@ You can visualize the clusters by using a **Box Packing** or **Scatter Plot** la Cluster Maps provide an overview of each cluster's performance across operational metrics, such as error types and latency, or [out-of-the-box or custom evaluations][3], enabling you to identify trends such as topic drift and additional quality issues. +The Cluster Map uses Llama to generate topic labels based on your LLM application's inputs and outputs. + ## Search and manage clusters Customize your search query by selecting the sorting options to narrow down the clusters based on your specific criteria, such as evaluation metrics or time periods, for more targeted analysis. @@ -43,4 +45,4 @@ Select a topic cluster from the list to examine how inputs or outputs about spec [1]: https://app.datadoghq.com/llm/clusters [2]: /llm_observability/configuration/#enter-a-topic -[3]: /llm_observability/terms/#evaluations \ No newline at end of file +[3]: /llm_observability/terms/#evaluations From 122a185a8fc363e96195b92c15eb2bc5dda4e876 Mon Sep 17 00:00:00 2001 From: Barry Eom <31739208+barieom@users.noreply.github.com> Date: Mon, 17 Mar 2025 15:43:13 -0400 Subject: [PATCH 2/2] Update _index.md Per Joe Jone's feedback --- content/en/llm_observability/cluster_map/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/llm_observability/cluster_map/_index.md b/content/en/llm_observability/cluster_map/_index.md index 3d2337d0b6f04..1ec6effa28359 100644 --- a/content/en/llm_observability/cluster_map/_index.md +++ b/content/en/llm_observability/cluster_map/_index.md @@ -25,7 +25,7 @@ You can visualize the clusters by using a **Box Packing** or **Scatter Plot** la Cluster Maps provide an overview of each cluster's performance across operational metrics, such as error types and latency, or [out-of-the-box or custom evaluations][3], enabling you to identify trends such as topic drift and additional quality issues. -The Cluster Map uses Llama to generate topic labels based on your LLM application's inputs and outputs. +<div class="alert alert-info"> Built with Llama - the Cluster Map uses Llama to generate topic labels based on your LLM application's inputs and outputs. </div> ## Search and manage clusters