VectorStoreQueryMode
Defined in: .build/typescript/packages/core/src/vector-store/index.ts:26
Enumeration Members
Section titled “Enumeration Members”DEFAULT
Section titled “DEFAULT”DEFAULT:
"default"
Defined in: .build/typescript/packages/core/src/vector-store/index.ts:27
SPARSE
Section titled “SPARSE”SPARSE:
"sparse"
Defined in: .build/typescript/packages/core/src/vector-store/index.ts:28
HYBRID
Section titled “HYBRID”HYBRID:
"hybrid"
Defined in: .build/typescript/packages/core/src/vector-store/index.ts:29
SVM:
"svm"
Defined in: .build/typescript/packages/core/src/vector-store/index.ts:31
LOGISTIC_REGRESSION
Section titled “LOGISTIC_REGRESSION”LOGISTIC_REGRESSION:
"logistic_regression"
Defined in: .build/typescript/packages/core/src/vector-store/index.ts:32
LINEAR_REGRESSION
Section titled “LINEAR_REGRESSION”LINEAR_REGRESSION:
"linear_regression"
Defined in: .build/typescript/packages/core/src/vector-store/index.ts:33
MMR:
"mmr"
Defined in: .build/typescript/packages/core/src/vector-store/index.ts:35
SEMANTIC_HYBRID
Section titled “SEMANTIC_HYBRID”SEMANTIC_HYBRID:
"semantic_hybrid"
Defined in: .build/typescript/packages/core/src/vector-store/index.ts:38