diff --git a/src/content/partials/autorag/ai-search-api-params.mdx b/src/content/partials/autorag/ai-search-api-params.mdx index c1883976474794..32836c63786c3e 100644 --- a/src/content/partials/autorag/ai-search-api-params.mdx +++ b/src/content/partials/autorag/ai-search-api-params.mdx @@ -18,7 +18,7 @@ Rewrites the original query into a search optimized query to improve retrieval a `max_num_results` -The maximum number of results that can be returned from the Vectorize database. Defaults to `10`. Must be between `1` and `50`. +The maximum number of results that can be returned from the Vectorize database. Defaults to `10`. Must be between `1` and `20`. `ranking_options` diff --git a/src/content/partials/autorag/search-api-params.mdx b/src/content/partials/autorag/search-api-params.mdx index 12d650214b30cd..a8ba9d8e557a64 100644 --- a/src/content/partials/autorag/search-api-params.mdx +++ b/src/content/partials/autorag/search-api-params.mdx @@ -14,7 +14,7 @@ Rewrites the original query into a search optimized query to improve retrieval a `max_num_results` -The maximum number of results that can be returned from the Vectorize database. Defaults to `10`. Must be between `1` and `50`. +The maximum number of results that can be returned from the Vectorize database. Defaults to `10`. Must be between `1` and `20`. `ranking_options` diff --git a/src/content/release-notes/autorag.yaml b/src/content/release-notes/autorag.yaml index 70ea796d0210d8..bb352032d24d25 100644 --- a/src/content/release-notes/autorag.yaml +++ b/src/content/release-notes/autorag.yaml @@ -5,6 +5,10 @@ productLink: "/autorag/" productArea: Developer platform productAreaLink: /workers/platform/changelog/platform/ entries: + - publish_date: "2025-07-16" + title: Deleted files now removed from index on next sync + description: |- + When a file is deleted from your R2 bucket, its corresponding chunks are now automatically removed from the Vectorize index linked to your AutoRAG instance during the next sync. - publish_date: "2025-07-08" title: Reduced cooldown between syncs description: |-