X-API-Key
header:
$and
, $or
, $eq
, $ne
, $gt
, $gte
, $lt
, $lte
, $in
, $nin
401
: Authentication failed (invalid API key)404
: Index not found422
: Invalid request parameters or vector dimensions500
: Internal server errorembedding_model
is configured for the index, you can use either query_vectors
for direct vector search or query_contents
for text-based semantic search.n_probes
values and greedy=true
increase recall but may reduce query performance. Start with default values and adjust based on your recall requirements.