Chunk
Represents a text chunk extracted from articles, with scoring information.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| chunkId | True | String | Unique identifier of this chunk within the API response. |
| score | True | Float | Similarity score of the chunk (0.0-1.0; higher = more similar). |
| text | True | String | The plain-text content of the chunk. |
| paraRefs | True | List[ParaRef] | References to Paragraph objects from which this chunk’s text is taken. |