ById

data class ById(val id: PointId) : VectorInput

Nearest-neighbor search reusing the stored vector of an existing point ("more like this").

Constructors

Link copied to clipboard
constructor(id: PointId)

Properties

Link copied to clipboard
val id: PointId