OptionalfilterThe filter to apply. You can use vector metadata to limit your search.
OptionalidThe unique ID of the vector to be used as a query vector.
OptionalinputsEmbedding inputs, such as { text: "waterproof hiking shoes" }.
Requires an index with integrated embedding.
OptionalmatchRequire matching terms in the text field configured by the index field map,
for example { strategy: "all", terms: ["hiking", "waterproof"] }.
Supported for compatible sparse indexes with integrated embedding.
The number of similar records to return.
OptionalvectorThe SearchRecordsVector to search with, if provided.
The query object used with a SearchRecordsOptions request.