Field | Type | Required | Description |
---|---|---|---|
text |
str | ✔️ | The text content of the chunk |
embedding |
List[float] | ➖ | The embedding vector of the chunk. If not provided the chunk will be embedded with the knowledge base embeddings model. |
metadata |
Optional[models.CreateChunkMetadata] | ➖ | Metadata of the chunk |