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

Commit f6edb03

Browse files
jeffchuberHammadB
andauthored
Update docs/usage-guide.md
Co-authored-by: Hammad Bashir <HammadB@users.noreply.github.com>
1 parent eea8152 commit f6edb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ Using the $eq operator is equivalent to using the `where` filter.
567567
```
568568

569569
:::note
570-
Where filters only search embeddings where the key exists. Eg if you search `collection.get(where={"version": {"$ne": 1}})`. Metadata that does not have the key `version` will not be returned.
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.
571571
:::
572572

573573
##### Filtering by document contents

0 commit comments

Comments
 (0)