Question Answering
POST/v1/stores/question-answering
Authorization
Bearer token for API authentication. Format: `Bearer YOUR_API_KEY`
Request Body
Question to answer. If not provided, the question will be extracted from the passed messages.
Constraints
IDs or names of stores to search
10Number of results to return
Constraints
Optional filter conditions
Optional list of file IDs to filter chunks by (inclusion filter)
Constraints
Options for configuring store chunk searches.
falseWhether to stream the answer
Options for question answering.
Response Body
The answer generated by the LLM
Source documents used to generate the answer
Search Chunks
Perform semantic search across store chunks. This endpoint searches through store chunks using semantic similarity matching. It supports complex search queries with filters and returns relevance-scored results.
Create Embeddings
Create embeddings for text or images using the specified model, encoding format, and normalization.