Skip to content

Commit 068e796

Browse files
authored
new release note + sync limits (#23732)
1 parent 325bf41 commit 068e796

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/content/partials/autorag/ai-search-api-params.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Rewrites the original query into a search optimized query to improve retrieval a
1818

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

21-
The maximum number of results that can be returned from the Vectorize database. Defaults to `10`. Must be between `1` and `50`.
21+
The maximum number of results that can be returned from the Vectorize database. Defaults to `10`. Must be between `1` and `20`.
2222

2323
`ranking_options` <Type text="object" /> <MetaInfo text="optional" />
2424

src/content/partials/autorag/search-api-params.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Rewrites the original query into a search optimized query to improve retrieval a
1414

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

17-
The maximum number of results that can be returned from the Vectorize database. Defaults to `10`. Must be between `1` and `50`.
17+
The maximum number of results that can be returned from the Vectorize database. Defaults to `10`. Must be between `1` and `20`.
1818

1919
`ranking_options` <Type text="object" /> <MetaInfo text="optional" />
2020

src/content/release-notes/autorag.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ productLink: "/autorag/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-07-16"
9+
title: Deleted files now removed from index on next sync
10+
description: |-
11+
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.
812
- publish_date: "2025-07-08"
913
title: Reduced cooldown between syncs
1014
description: |-

0 commit comments

Comments
 (0)