VectorInput

sealed interface VectorInput : QueryInterface

A bare vector input — usable directly as a nearest-search QueryInterface and as a positive/negative example inside QueryInterface.Recommend, QueryInterface.Discover and ContextPair. One of a dense QueryInterface.Vector, a stored-point QueryInterface.ById, a QueryInterface.Sparse, or a QueryInterface.MultiVector.

Inheritors