Skip to content

Commit 3ee213d

Browse files
authored
add milvus full text search setting (langgenius#12930)
1 parent 8429877 commit 3ee213d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/controllers/console/datasets/datasets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,7 @@ def get(self):
619619
vector_type = dify_config.VECTOR_STORE
620620
match vector_type:
621621
case (
622-
VectorType.MILVUS
623-
| VectorType.RELYT
622+
VectorType.RELYT
624623
| VectorType.PGVECTOR
625624
| VectorType.TIDB_VECTOR
626625
| VectorType.CHROMA
@@ -645,6 +644,7 @@ def get(self):
645644
| VectorType.TIDB_ON_QDRANT
646645
| VectorType.LINDORM
647646
| VectorType.COUCHBASE
647+
| VectorType.MILVUS
648648
):
649649
return {
650650
"retrieval_method": [

0 commit comments

Comments
 (0)