VectorStoreQueryMode
定义于:.build/typescript/packages/core/src/vector-store/index.ts:26
默认值:
"default"
定义于:.build/typescript/packages/core/src/vector-store/index.ts:27
SPARSE:
"sparse"
定义于:.build/typescript/packages/core/src/vector-store/index.ts:28
混合模式:
"hybrid"
定义于:.build/typescript/packages/core/src/vector-store/index.ts:29
支持向量机
Section titled “SVM”支持向量机:
"svm"
定义于:.build/typescript/packages/core/src/vector-store/index.ts:31
LOGISTIC_REGRESSION
Section titled “LOGISTIC_REGRESSION”LOGISTIC_REGRESSION:
"logistic_regression"
定义于:.build/typescript/packages/core/src/vector-store/index.ts:32
LINEAR_REGRESSION
Section titled “LINEAR_REGRESSION”LINEAR_REGRESSION:
"linear_regression"
定义于:.build/typescript/packages/core/src/vector-store/index.ts:33
MMR:
"mmr"
定义于:.build/typescript/packages/core/src/vector-store/index.ts:35
SEMANTIC_HYBRID
Section titled “SEMANTIC_HYBRID”SEMANTIC_HYBRID:
"semantic_hybrid"
定义于:.build/typescript/packages/core/src/vector-store/index.ts:38