| title | DocumentChunk |
|---|---|
| description | DocumentChunk Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| id | string |
✅ | Unique chunk identifier |
| content | string |
✅ | Chunk text content |
| embedding | number[] |
optional | Embedding vector |
| metadata | object |
✅ | |
| chunkIndex | integer |
✅ | Chunk position in document |
| tokens | integer |
optional | Token count |