diff --git a/src/assets/images/autorag/metrics.png b/src/assets/images/autorag/metrics.png new file mode 100644 index 00000000000000..a499c008cad43a Binary files /dev/null and b/src/assets/images/autorag/metrics.png differ diff --git a/src/content/changelog/autorag/2025-09-19-autorag-metrics.mdx b/src/content/changelog/autorag/2025-09-19-autorag-metrics.mdx new file mode 100644 index 00000000000000..6d5325bea358cd --- /dev/null +++ b/src/content/changelog/autorag/2025-09-19-autorag-metrics.mdx @@ -0,0 +1,19 @@ +--- +title: New Metrics View in AutoRAG +description: Track file indexing, search activity, and top retrievals to understand how your AutoRAG instance is being used. +products: + - autorag +date: 2025-09-19 +--- + +[AutoRAG](/autorag/) now includes a **Metrics** tab that shows how your data is indexed and searched. Get a clear view of the health of your indexing pipeline, compare usage between `ai-search` and `search`, and see which files are retrieved most often. + +![Metrics](~/assets/images/autorag/metrics.png) + +You can find these metrics within each AutoRAG instance: + +- Indexing: Track how files are ingested and see status changes over time. +- Search breakdown: Compare usage between `ai-search` and `search` endpoints. +- Top file retrievals: Identify which files are most frequently retrieved in a given period. + +Try it today in [AutoRAG](/autorag/get-started/). \ No newline at end of file