Enumeration VectorQueryCombination

Specifies how multiple vector searches are combined.

Uncommitted: This API is subject to change in the future.

Enumeration Members

Enumeration Members

AND: "and"

Indicates that multiple vector queries should be combined with logical AND.

OR: "or"

Indicates that multiple vector queries should be combined with logical OR.

Generated using TypeDoc