Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion src/content/partials/autorag/ai-search-api-params.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Rewrites the original query into a search optimized query to improve retrieval a

`max_num_results` <Type text="number" /> <MetaInfo text="optional" />

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` <Type text="object" /> <MetaInfo text="optional" />

Expand Down
2 changes: 1 addition & 1 deletion src/content/partials/autorag/search-api-params.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Rewrites the original query into a search optimized query to improve retrieval a

`max_num_results` <Type text="number" /> <MetaInfo text="optional" />

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` <Type text="object" /> <MetaInfo text="optional" />

Expand Down
4 changes: 4 additions & 0 deletions src/content/release-notes/autorag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down