Skip to content

Commit 7e450bd

Browse files
Update README.md
1 parent 4aeee9c commit 7e450bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ client.query.get(
181181
offset: "1",
182182
after: "id",
183183
sort: sort_obj,
184-
where_obj: where_obj,
184+
where: where_obj,
185185

186186
# To use this parameter you must have created your schema by setting the `vectorizer:` property to
187187
# either 'text2vec-transformers', 'text2vec-contextionary', 'text2vec-openai', 'multi2vec-clip', 'text2vec-huggingface' or 'text2vec-cohere'

0 commit comments

Comments
 (0)