Skip to content

Commit eec6383

Browse files
committed
metadata filtering link removal
1 parent 6d29032 commit eec6383

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ products:
66
date: 2025-04-23T6:00:00Z
77
---
88

9-
You can now filter [AutoRAG](/autorag) search results by `folder` and `timestamp` using [metadata filtering](/autorag/configuration/metadata/) to narrow down the scope of your query.
9+
You can now filter [AutoRAG](/autorag) search results by `folder` and `timestamp` using [metadata filtering](/autorag/configuration/metadata) 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

src/content/changelog/autorag/2025-06-16-autorag-custom-metadata-and-context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ context: "summary: 'Checklist for internal product launch readiness, including l
4444

4545
This gives you more control over how your content is interpreted, without requiring you to modify the original contents of the file.
4646

47-
Learn more in AutoRAG's [metadata filtering documentation](/autorag/configuration/metadata/).
47+
Learn more in AutoRAG's [metadata filtering documentation](/autorag/configuration/metadata).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Returns a stream of results as they are available. Defaults to `false`.
3333

3434
`filters` <Type text="object" /> <MetaInfo text="optional" />
3535

36-
Narrow down search results based on metadata, like folder and date, so only relevant content is retrieved. For more details, refer to [Metadata filtering](/autorag/configuration/metadata-filtering).
36+
Narrow down search results based on metadata, like folder and date, so only relevant content is retrieved. For more details, refer to [Metadata filtering](/autorag/configuration/metadata/).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Configurations for customizing result ranking. Defaults to `{}`.
2525

2626
`filters` <Type text="object" /> <MetaInfo text="optional" />
2727

28-
Narrow down search results based on metadata, like folder and date, so only relevant content is retrieved. For more details, refer to [Metadata filtering](/autorag/configuration/metadata-filtering).
28+
Narrow down search results based on metadata, like folder and date, so only relevant content is retrieved. For more details, refer to [Metadata filtering](/autorag/configuration/metadata).

0 commit comments

Comments
 (0)