mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-06 14:57:44 +08:00
修复milvus_kwargs问题
This commit is contained in:
parent
50aeb24582
commit
ce29d14f46
@ -102,6 +102,10 @@ kbs_config = {
|
|||||||
"index_name": "test_index",
|
"index_name": "test_index",
|
||||||
"user": "",
|
"user": "",
|
||||||
"password": ""
|
"password": ""
|
||||||
|
},
|
||||||
|
"milvus_kwargs":{
|
||||||
|
"search_params":{"metric_type": "L2"}, #在此处增加search_params
|
||||||
|
"index_params":{"metric_type": "L2","index_type": "HNSW"} # 在此处增加index_params
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user