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.

Delete embeddings for chunks

Operation details

FieldValue
NamedeleteEmbeddings
GroupSearch
TypeMutation
SignaturedeleteEmbeddings(input: DeleteEmbeddingsInput!): DeleteEmbeddingsPayload!

Playground

Query

Query
mutation DeleteEmbeddings($input: DeleteEmbeddingsInput!) {
  deleteEmbeddings(input: $input) {
    deleted
  }
}

Variables

Variables
{
  "input": {
    "chunkIds": "",
    "dimension": "D768"
  }
}