Record
@Serializable
A point returned by scroll (no similarity score).
Constructors
Link copied to clipboard
constructor(id: PointId, payload: Payload? = null, vector: VectorData? = null, orderValue: JsonPrimitive? = null)
Properties
Link copied to clipboard
The value of the ordering key, returned only for a scroll ordered by OrderBy. It is the cursor an ordered scroll resumes from, since Qdrant returns no page offset for one.
Link copied to clipboard