Perform a search query on the automatically generated document summaries in the system.
This endpoint allows for complex filtering of search results using PostgreSQL-based queries. Filters can be applied to various fields such as document_id, and internal metadata values.
Allowed operators include eq
, neq
, gt
, gte
, lt
, lte
, like
, ilike
, in
, and nin
.
The search query to perform.
Default value of custom
allows full control over search settings.
Pre-configured search modes:
basic
: A simple semantic-based search.
advanced
: A more powerful hybrid search combining semantic and full-text.
custom
: Full control via search_settings
.
If filters
or limit
are provided alongside basic
or advanced
, they will override the default settings for that mode.
Settings for document search
Successful Response