We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8429877 commit 3ee213dCopy full SHA for 3ee213d
api/controllers/console/datasets/datasets.py
@@ -619,8 +619,7 @@ def get(self):
619
vector_type = dify_config.VECTOR_STORE
620
match vector_type:
621
case (
622
- VectorType.MILVUS
623
- | VectorType.RELYT
+ VectorType.RELYT
624
| VectorType.PGVECTOR
625
| VectorType.TIDB_VECTOR
626
| VectorType.CHROMA
@@ -645,6 +644,7 @@ def get(self):
645
644
| VectorType.TIDB_ON_QDRANT
646
| VectorType.LINDORM
647
| VectorType.COUCHBASE
+ | VectorType.MILVUS
648
):
649
return {
650
"retrieval_method": [
0 commit comments