Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 75638a4

Browse files
authored
Merge pull request #115 from chroma-core/docs/71
fix #71
2 parents a7cffc5 + f6edb03 commit 75638a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/usage-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,11 @@ Using the $eq operator is equivalent to using the `where` filter.
565565
}
566566

567567
```
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+
568573
##### Filtering by document contents
569574
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:
570575

0 commit comments

Comments
 (0)