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:
Suryakant Agrawal
2023-06-15 16:08:59 +05:30
committed by GitHub
parent c82f980772
commit 67fedad36c
@@ -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.