Files
qdrant-client/qdrant_openapi_client/docs/SearchRequest.md
Andrey Vasnetsov 8a9e14d91f init
2021-02-09 02:32:14 +01:00

581 B

SearchRequest

Search request

Properties

Name Type Description Notes
top int Max number of result to return
vector [float] Look for vectors closest to this
filter object Look only for points which satisfies this conditions [optional]
params object Additional search params [optional]

[Back to Model list] [Back to API list] [Back to README]