Skip to content

SearchResult

vctrs / SearchResult

Defined in: index.d.ts:7

A single search result.

Properties

Property Type Description Defined in
distance number Distance between the query and this vector. Lower is more similar for cosine and euclidean metrics. index.d.ts:14
id string The unique string identifier of the matched vector. index.d.ts:9
metadata? Record\<string, any> The metadata object attached to this vector, or undefined. index.d.ts:16