mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
Update points.md
Under Retrieve points, It says that the method also hase the with_vector parameter. For python qdrant_clients, its with_vectors https://github.com/qdrant/qdrant-client/issues/189
This commit is contained in:
@@ -631,7 +631,7 @@ client.retrieve(
|
||||
)
|
||||
```
|
||||
|
||||
This method has additional parameters `with_vector` and `with_payload`.
|
||||
This method has additional parameters `with_vectors` and `with_payload`.
|
||||
Using these parameters, you can select parts of the point you want as a result.
|
||||
Excluding helps you not to waste traffic transmitting useless data.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user