mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-20 02:53:50 -04:00
1.6 KiB
1.6 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| VectorStoreQueryMode | Enumeration: VectorStoreQueryMode | VectorStoreQueryMode | 0 | null |
Enumeration Members
DEFAULT
• DEFAULT = "default"
Defined in
storage/vectorStore/types.ts:12
HYBRID
• HYBRID = "hybrid"
Defined in
storage/vectorStore/types.ts:14
LINEAR_REGRESSION
• LINEAR_REGRESSION = "linear_regression"
Defined in
storage/vectorStore/types.ts:18
LOGISTIC_REGRESSION
• LOGISTIC_REGRESSION = "logistic_regression"
Defined in
storage/vectorStore/types.ts:17
MMR
• MMR = "mmr"
Defined in
storage/vectorStore/types.ts:20
SPARSE
• SPARSE = "sparse"
Defined in
storage/vectorStore/types.ts:13
SVM
• SVM = "svm"