Python SDK - Query
Basic usage
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
vector | list[float] | ✅ | - | Query vector |
top_k | int | ✅ | - | Number of results |
min_score | float | ❌ | 0 | Minimum similarity score |
include_values | bool | ❌ | False | Return raw vector values |