Langchain-Chatchat/configs/config.py

13 lines
246 B
Python
Raw Normal View History

2023-08-08 14:25:55 +08:00
SQLALCHEMY_DATABASE_URI = "sqlite:///./langchain_chat_glm.db"
kbs_config = {
"faiss": {
},
"milvus": {
"host": "127.0.0.1",
"port": "19530",
"user": "",
"password": "",
"secure": False,
}
}