Skip to main content

VectorSearchRequestDTOBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/VectorSearchRequestDTOBody.json
databasestring

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: 10
VectorSearchRequestDTOBody
{
"$schema": "https://example.com/schemas/VectorSearchRequestDTOBody.json",
"database": "string",
"indexName": "string",
"minScore": 0,
"queryVector": "Unknown Type: array,null",
"topK": 10
}