PointBuilder
class PointBuilder
DSL for a single point's vector and payload.
Functions
Link copied to clipboard
Link copied to clipboard
Set the vector(s) directly — for sparse, multi-vector, or mixed named vectors.
Single anonymous dense vector.
Named dense vectors.
Single anonymous dense vector — zero-boxing: the values are kept as a FloatArray, not boxed.
Named dense vectors, e.g. vector("text" to listOf(...), "image" to listOf(...)).