Skip to content

Commit 0f4eb99

Browse files
committed
update changelog date and content
1 parent 32ebdca commit 0f4eb99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/content/changelog/autorag/2025-04-22-autorag-metadata-filtering.mdx renamed to src/content/changelog/autorag/2025-04-23-autorag-metadata-filtering.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Pre-search metadata filtering and multitenancy support in AutoRAG
2+
title: Metadata filtering and multitenancy support in AutoRAG
33
description: Add metadata filters to AutoRAG queries to enable multitenancy and control the scope of retrieved results.
44
products:
55
- autorag
6-
date: 2025-04-22T6:00:00Z
6+
date: 2025-04-23T6:00:00Z
77
---
88

9-
You can now filter [AutoRAG](/autorag) search results by `folder` and `modified_date` using metadata filters to narrow down the scope of your query.
9+
You can now filter [AutoRAG](/autorag) search results by `folder` and `modified_date` using [metadata filtering](/autorag/configuration/metadata-filtering/) to narrow down the scope of your query.
1010

1111
This makes it easy to build [multitenant experiences](/autorag/how-to/multitenancy/) where each user can only access their own data. By organizing your content into per-tenant folders and applying a `folder` filter at query time, you ensure that each tenant retrieves only their own documents.
1212

@@ -31,4 +31,4 @@ const response = await env.AI.autorag("my-autorag").search({
3131
});
3232
```
3333

34-
You can also combine filters to further narrow results before retrieval. Learn more in [metadata filtering](/autorag/configuration/metadata-filtering/).
34+
You can use metadata filtering by creating a new AutoRAG or reindexing existing data. To reindex all content in an existing AutoRAG, update any chunking setting and select **Sync index**. Metadata filtering is available for all data indexed on or after **April 21, 2025**.

src/content/release-notes/autorag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ productLink: "/autorag/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8-
- publish_date: "2025-04-22"
8+
- publish_date: "2025-04-23"
99
title: Response streaming in AutoRAG binding added
1010
description: |-
1111
AutoRAG now supports response streaming in the `AI Search` method of the [Workers binding](/autorag/usage/workers-binding/), allowing you to stream results as they’re retrieved by setting `stream: true`.

0 commit comments

Comments
 (0)