Search for embeddings relevant to a query in a list of uploaded files.
application/json
| Name | Required | Type | Description |
|---|---|---|---|
| query | Yes | string | Query for which to get related chunks and embeddings |
| file_ids | Yes | array | Array of file UUIDs to search in. Must contain at least one file ID |
| k | No | integer | Number of related chunks to return. Default: 3 |