Retrieve the nearest neighbors for a given query vector.Documentation Index
Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt
Use this file to discover all available pages before exploring further.
X-API-Key header:
query_vectors is a 1D array or query_contents is used:
query_vectors is a 2D array (array of arrays):
$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.