Operation details
| Field | Value |
|---|---|
| Name | upsertEmbeddings |
| Group | Search |
| Type | Mutation |
| Signature | upsertEmbeddings(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"
}
}
}