Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
Binary file added src/assets/images/autorag/metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/content/changelog/autorag/2025-09-19-autorag-metrics.mdx
Original file line number Diff line number Diff line change
@@ -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 standard 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/).
Loading