Skip to main content
POST /v1/embed converts chunks into vectors, the same as the SDK embed(). Each returned chunk gains an embedding field. Pass the result to /v1/store.

Request

Use input_type: "document" when embedding content to store, and "query" when embedding a search query. Mismatching them hurts retrieval quality. Use the same model for indexing and querying.

Request fields

Response fields