Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Upsert chunks for a file version
upsertFileChunks
upsertFileChunks(input: UpsertFileChunksInput!): UpsertFileChunksPayload!
mutation UpsertFileChunks($input: UpsertFileChunksInput!) { upsertFileChunks(input: $input) { created deleted updated } }
{ "input": { "fileVersionId": "", "chunks": { "chunkIndex": 0, "content": "", "startOffset": 0, "endOffset": 0, "tokenCount": 0 } } }