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",
|
||
|
|
}
|
||
|
|
}
|