Search for raw text chunks

Returns raw, unprocessed text chunks from the knowledge model based on the embedded query.

post/v1/knowledge-models/{knowledge_model_id}/chunks/search

Path parameters

knowledge_model_idstring required

Request body

querystring required

The search query

top_kinteger nullable

Maximum number of chunks to retrieve

included_document_idsstring[] nullable

List of document IDs to include in the search

Response

Successful Response

totalinteger required

Total count of available records. It can be larger than results count.

Changes

No recorded changes to this endpoint across all 1 revision of this API.