Skip to content

Commit 092f585

Browse files
committed
added explanation
1 parent 822f292 commit 092f585

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,10 @@ filters: {
6969
},
7070
```
7171

72+
This filter identifies paths starting with `customer-a/` by using:
73+
74+
- The `and` condition to combine the effects of the `gt` and `lte` conditions.
75+
- The `gt` condition to include pathes greater than the `/` ASCII character.
76+
- The `lte` condition to include pathes less than and including the lower case `z` ASCII character.
77+
7278
With this filter you would capture both files `profile.md` and `contract-1.pdf`.

0 commit comments

Comments
 (0)