Skip to main content
POST
Query Data

Body

string
required
The question or text you want to find matches for in the vector store.
number
The maximum number of chunks to return. Defaults to 5.

Response

string
The original query.
array
An array of retrieved chunk objects.
Example Request
Example Response