Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Upsert embeddings for chunks
| Field | Value |
|---|---|
| Name | upsertEmbeddings |
| Group | Search |
| Type | Mutation |
| Signature | upsertEmbeddings(input: UpsertEmbeddingsInput!): UpsertEmbeddingsPayload! |
mutation UpsertEmbeddings($input: UpsertEmbeddingsInput!) {
upsertEmbeddings(input: $input) {
created
updated
}
}
{
"input": {
"chunkIds": "",
"vectors": 0,
"model": {
"name": "",
"provider": "",
"dimension": "D768"
}
}
}