Skip to main content
Upsert embeddings for chunks

Operation details

FieldValue
NameupsertEmbeddings
GroupSearch
TypeMutation
SignatureupsertEmbeddings(input: UpsertEmbeddingsInput!): UpsertEmbeddingsPayload!

Playground

Query

Query
mutation UpsertEmbeddings($input: UpsertEmbeddingsInput!) {
  upsertEmbeddings(input: $input) {
    created
    updated
  }
}

Variables

Variables
{
  "input": {
    "chunkIds": "",
    "vectors": 0,
    "model": {
      "name": "",
      "provider": "",
      "dimension": "D768"
    }
  }
}