VectorStoreQueryMode
constVectorStoreQueryMode:object
Defined in: packages/core/src/vector-store/index.ts:25
Type Declaration
Section titled “Type Declaration”DEFAULT
Section titled “DEFAULT”
readonlyDEFAULT:"default"="default"
SPARSE
Section titled “SPARSE”
readonlySPARSE:"sparse"="sparse"
HYBRID
Section titled “HYBRID”
readonlyHYBRID:"hybrid"="hybrid"
readonlySVM:"svm"="svm"
LOGISTIC_REGRESSION
Section titled “LOGISTIC_REGRESSION”
readonlyLOGISTIC_REGRESSION:"logistic_regression"="logistic_regression"
LINEAR_REGRESSION
Section titled “LINEAR_REGRESSION”
readonlyLINEAR_REGRESSION:"linear_regression"="linear_regression"
readonlyMMR:"mmr"="mmr"
SEMANTIC_HYBRID
Section titled “SEMANTIC_HYBRID”
readonlySEMANTIC_HYBRID:"semantic_hybrid"="semantic_hybrid"
readonlyBM25:"bm25"="bm25"