SearchKnowledgeHit
A semantic search hit.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
sourceId |
yes | string |
Identifier of the source the chunk belongs to. | — |
chunkIndex |
yes | integer (int32) |
Sequence number within the source. | pattern `^-?(?:0\ |
content |
yes | string |
The chunk’s text. | — |
distance |
yes | number (double) |
Cosine distance. A smaller value means closer. | pattern `^-?(?:0\ |
metadata |
no | object |
Optional metadata given at write time. | — |