Skip to content

Commit b857d69

Browse files
committed
fix links
1 parent 01b857a commit b857d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/autorag/how-to/multitenancy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const response = await env.AI.autorag("my-autorag").search({
4242
});
4343
```
4444

45-
To filter across multiple folders, or to add date-based filtering, you can use a compound filter with an array of [comparison filters](/autorag/configuration/metadata-filtering/#compound-filter).
45+
To filter across multiple folders, or to add date-based filtering, you can use a compound filter with an array of [comparison filters](/autorag/configuration/metadata/).
4646

4747
## Tip: Use "Starts with" filter
4848

@@ -56,7 +56,7 @@ While an `eq` filter targets files at the specific folder, you'll often want to
5656
- contract-1.pdf
5757
</FileTree>
5858

59-
To achieve this [starts with](/autorag/configuration/metadata-filtering/#starts-with-filter-for-folders) behavior, use a compound filter like:
59+
To achieve this [starts with](/autorag/configuration/metadata/) behavior, use a compound filter like:
6060

6161
```js
6262
filters: {

0 commit comments

Comments
 (0)