Skip to content

Commit 1e179a1

Browse files
committed
docs changes
1 parent 455bc00 commit 1e179a1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/content/changelog/autorag/2025-07-08-autorag-jobs-view.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Faster indexing and new Jobs view in AutoRAG
3-
description: xyz
3+
description: Track your indexing pipeline in real time with 3–5× faster indexing and a new Jobs dashboard.
44
products:
55
- autorag
66
date: 2025-07-08T6:00:00Z
77
---
88

9-
You can now expect **35× faster indexing** in AutoRAG, and with it, a brand new **Jobs view** to help you monitor indexing progress.
9+
You can now expect **3-5× faster indexing** in AutoRAG, and with it, a brand new **Jobs view** to help you monitor indexing progress.
1010

1111
With each AutoRAG, indexing jobs are automatically triggered to sync your data source (i.e. R2 bucket) with your Vectorize index, ensuring new or updated files are reflected in your query results. You can also trigger jobs manually via the [Sync API](/api/resources/autorag/subresources/rags/) or by clicking “Sync index” in the dashboard.
1212

src/content/docs/autorag/configuration/indexing.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ AutoRAG automatically indexes your data into vector embeddings optimized for sem
99

1010
## Jobs
1111

12-
AutoRAG automatically monitors your data source for updates and reindexes your content **every 4 hours**. During each cycle, only new or modified files are reprocessed to keep your Vectorize index up to date.
12+
AutoRAG automatically monitors your data source for updates and reindexes your content every few hours. During each cycle, new or modified files are reprocessed to keep your Vectorize index up to date.
13+
14+
You can monitor the status and history of all indexing activity in the Jobs tab, including real-time logs for each job to help you troubleshoot and verify successful syncs.
1315

1416
## Controls
1517

1618
You can control indexing behavior through the following actions on the dashboard:
1719

18-
- **Sync Index**: Force AutoRAG to scan your data source for new or modified files and initiate an indexing job to update the associated Vectorize index. A new indexing job can be initiated every 5 minutes.
20+
- **Sync Index**: Force AutoRAG to scan your data source for new or modified files and initiate an indexing job to update the associated Vectorize index. A new indexing job can be initiated every few minutes.
1921
- **Pause Indexing**: Temporarily stop all scheduled indexing checks and reprocessing. Useful for debugging or freezing your knowledge base.
2022

2123
## Performance
2224

23-
AutoRAG processes files in parallel for efficient indexing. The total time to index depends on the number and type of files in your data source.
24-
25-
Factors that affect performance include:
25+
The total time to index depends on the number and type of files in your data source. Factors that affect performance include:
2626

2727
- Total number of files and their sizes
2828
- File formats (for example, images take longer than plain text)

0 commit comments

Comments
 (0)