Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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"
    }
  }
}