Body
application/json · any
Request body for searching document chunks using different strategies.
Supports three search types:
- semantic_search: Find chunks based on semantic similarity to the text query
- keywords_search: Find chunks containing specific keywords (coming soon)
- hybrid_search: Combine semantic and keyword matching (coming soon)
The request body defines search criteria, context filtering options, result limits, and expansion settings for retrieving relevant document chunks.
The body is of type any
.
Response
Successful chunk retrieval
The response is of type any
.