mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-23 11:11:01 -05:00
581 B
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] |