Skip to content

Commit fdc609e

Browse files
committed
release note updates for autorag
1 parent 5ac8f5e commit fdc609e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/content/release-notes/autorag.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ productLink: "/autorag/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-05-31"
9+
title: Errored files will now be retried in next sync
10+
description: |-
11+
Files that fail to index will now be automatically retried in the next indexing job. For instance, if a file initially failed because it was oversized but was then corrected (e.g. replaced with a file of the same name/key within the size limit), it will be re-attempted during the next scheduled sync.
12+
- publish_date: "2025-05-31"
13+
title: Fixed character cutoff in recursive chunking
14+
description: |-
15+
Resolved an issue where certain characters (e.g., '#') were being cut off during the recursive chunking and embedding process. This ensures complete character processing in the indexing process.
16+
- publish_date: "2025-05-25"
17+
title: EU jurisdiction R2 buckets now supported
18+
description: |-
19+
AutoRAG now supports R2 buckets configured with European Union (EU) jurisdiction restrictions. Previously, files in EU-restricted R2 buckets would not index when linked. This issue has been resolved, and all EU-restricted R2 buckets should now function as expected.
820
- publish_date: "2025-04-23"
921
title: Response streaming in AutoRAG binding added
1022
description: |-

0 commit comments

Comments
 (0)