Chunk
Search
This route provides the primary search functionality for the API. It can be used to search for chunks by semantic similarity, full-text similarity, or a combination of both. Results’ chunk_html
values will be modified with <mark><b>
or custom specified tags for sub-sentence highlighting.
POST
Authorizations
Headers
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
The API version to use for this request. Defaults to V2 for orgs created after July 12, 2024 and V1 otherwise.
Available options:
V1
, V2
Body
application/json
JSON request payload to semantically search for chunks (chunks)
The body is of type object
.
Response
200
application/json
Chunks with embedding vectors which are similar to those in the request body
The response is of type object
.
The response is of type object
.
The response is of type object
.