We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822f292 commit 092f585Copy full SHA for 092f585
src/content/docs/autorag/how-to/multitenancy.mdx
@@ -69,4 +69,10 @@ filters: {
69
},
70
```
71
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
78
With this filter you would capture both files `profile.md` and `contract-1.pdf`.
0 commit comments