mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-02 04:23:13 +08:00
15 lines
301 B
Python
15 lines
301 B
Python
kbs_config = {
|
|
"faiss": {
|
|
},
|
|
"milvus": {
|
|
"host": "127.0.0.1",
|
|
"port": "19530",
|
|
"user": "",
|
|
"password": "",
|
|
"secure": False,
|
|
},
|
|
"pg": {
|
|
"connection_uri": "postgresql://postgres:postgres@192.168.50.128:5432/langchain_chatgml",
|
|
}
|
|
}
|