pub async fn query_table(
configuration: &Configuration,
id: &str,
query_table_request: QueryTableRequest,
delimiter: Option<&str>,
) -> Result<Response, Error<QueryTableError>>
Expand description
Query table id
with vector search, full text search and optional SQL filtering. Returns results in Arrow IPC file or stream format.