DocumentChunksRetrievalResponseList
DocumentChunksRetrievalResponseList
List of document chunks pulled from embeddings retrieval queries.
JSON Example
{
"chunks": [
{
"origin_name": "string",
"origin_ref": "string",
"document_id": "string",
"score": "number",
"text": "string"
}
]
}
array of
DocumentChunksRetrievalResponse
chunks
Required
List of relevant text chunks and associated metadata from embeddings query.