You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/usage-guide.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -565,6 +565,11 @@ Using the $eq operator is equivalent to using the `where` filter.
565
565
}
566
566
567
567
```
568
+
569
+
:::note
570
+
Where filters only search embeddings where the key exists. If you search `collection.get(where={"version": {"$ne": 1}})`. Metadata that does not have the key `version` will not be returned.
571
+
:::
572
+
568
573
##### Filtering by document contents
569
574
In order to filter on document contents, you must supply a `where_document` filter dictionary to the query. The dictionary must have the following structure:
0 commit comments