VectorSearchRequestDTOBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/VectorSearchRequestDTOBody.jsondatabasestring
Target database
indexNamestringrequired
Name of the vector index
minScoredouble
Minimum similarity score threshold
queryVectordouble[]nullablerequired
Query vector for similarity search
topKint64
Number of results to return
Default value:
10VectorSearchRequestDTOBody
{
"$schema": "https://example.com/schemas/VectorSearchRequestDTOBody.json",
"database": "string",
"indexName": "string",
"minScore": 0,
"queryVector": "Unknown Type: array,null",
"topK": 10
}