Package version:

Interface BaseVectorThreshold

The threshold used for vector queries.

interface BaseVectorThreshold {
    kind: "vectorSimilarity" | "searchScore";
}

Hierarchy (view full)

Properties

Properties

kind: "vectorSimilarity" | "searchScore"

Polymorphic discriminator, which specifies the different types this object can be