mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-31 11:28:28 +08:00
13 lines
246 B
Python
13 lines
246 B
Python
SQLALCHEMY_DATABASE_URI = "sqlite:///./langchain_chat_glm.db"
|
|
kbs_config = {
|
|
"faiss": {
|
|
},
|
|
"milvus": {
|
|
"host": "127.0.0.1",
|
|
"port": "19530",
|
|
"user": "",
|
|
"password": "",
|
|
"secure": False,
|
|
}
|
|
}
|