Skip to content

Commit 646d762

Browse files
committed
Add $nin example
1 parent 161ae85 commit 646d762

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/vectorize/reference/metadata-filtering.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ Both [namespaces](/vectorize/best-practices/insert-vectors/#namespaces) and meta
7272
{ "someKey": { "$in": ["hbo", "netflix"] } }
7373
```
7474

75+
#### `$nin` operator
76+
77+
```json
78+
{ "someKey": { "$nin": ["hbo", "netflix"] } }
79+
```
80+
7581
#### Implicit logical `AND` with multiple keys
7682

7783
```json

0 commit comments

Comments
 (0)