Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Upsert embeddings for chunks
upsertEmbeddings
upsertEmbeddings(input: UpsertEmbeddingsInput!): UpsertEmbeddingsPayload!
mutation UpsertEmbeddings($input: UpsertEmbeddingsInput!) { upsertEmbeddings(input: $input) { created updated } }
{ "input": { "chunkIds": "", "vectors": 0, "model": { "name": "", "provider": "", "dimension": "D768" } } }