post https://gateway-api-aueast.relevance.ai/latest/datasets//simple_search
Search for documents in a dataset using text queries.
Requests can be traditional text searches with fuzzy matching, vector searches using encoded fields, or a hybrid of the two.
Limit search to specific fields with the fieldsToSearch
parameter for traditional search, or field
property in the vectorSearchQuery
for vector search. If you configure both types to perform a hybrid search, use the weight
property to adjust how much each one will affect the ranking of your results.
Searches support filtering, sorting and aggregating of results. A combination of different queries and fields can also be used in a vectorSearchQuery
object.