Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Body
List of embedding names to use for semantic search. Only a single column is supported at the moment.
Semantic search query.
List of column names to use for full-text search. When specified together with embedding_names, search will be hybrid (both semantic and full-text).
Maximum number of results to return.
Number of results to skip before returning.
List of column names to return in the search results. When not specified, all columns will be returned.
SQL WHERE expression to apply to the search. This feature is experimental and may be removed or changed in the future.
Response
Array of records matching the search query. Structure depends on the table schema and selected columns.
The response is of type any[].