Variable

data class Variable(val name: String) : Expression

A payload key, or one of Qdrant's variables. $score is the vector score of the candidate; a plain key reads that payload field, and a missing field evaluates to the formula's default for that key (see defaults) or fails the query.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard