Skip to content

Commit bfcaf27

Browse files
Merge pull request #16 from andreibondarev/andreibondarev-patch-1
Update README.md
2 parents e07bd28 + e50301c commit bfcaf27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ client.objects.batch_delete(
169169
#### Get{}
170170
```ruby
171171
near_text = '{ concepts: ["biology"] }'
172+
near_vector = '{ vector: [0.1, 0.2, ...] }'
172173
sort_obj = '{ path: ["category"], order: desc }'
173174
where_obj = '{ path: ["id"], operator: Equal, valueString: "..." }'
174175
with_hybrid = '{ query: "Sweets", alpha: 0.5 }'
@@ -188,6 +189,8 @@ client.query.get(
188189

189190
# To use this parameter you must have created your schema by setting the `vectorizer:` property to 'multi2vec-clip' or 'img2vec-neural'
190191
near_image: near_image,
192+
193+
near_vector: near_vector,
191194

192195
with_hybrid: with_hybrid,
193196

0 commit comments

Comments
 (0)