Parameters
| Parameter | Description | Type | Required |
|---|---|---|---|
| field | The name of the vector field to search against | string | ✓ |
| queryVector | Query vector | float[] | ✓ |
| k | Number of nearest neighbors to return as top docs | integer | ✓ |
| filter | Query to filter the documents that can match | object |