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

Commit 022e60b

Browse files
committed
fix copy
1 parent 4e55ebd commit 022e60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ const result = await collection.query({
454454

455455

456456
The query will return the `n_results` closest matches to each `query_embedding`, in order.
457-
An optional `where` filter dictionary can be supplied to filter the results by the `metadata` associated with each document.
458-
Additionally, an optional `where_document` filter dictionary can be supplied to filter the results by contents of the document.
457+
An optional `where` filter dictionary can be supplied to filter by the `metadata` associated with each document.
458+
Additionally, an optional `where_document` filter dictionary can be supplied to filter by contents of the document.
459459

460460
If the supplied `query_embeddings` are not the same dimension as the collection, an exception will be raised.
461461

0 commit comments

Comments
 (0)