mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-06 14:57:44 +08:00
edit model_config.py.example
This commit is contained in:
parent
6ad8aee88c
commit
4c5fc6ab01
5
.gitignore
vendored
5
.gitignore
vendored
@ -6,4 +6,7 @@ __pycache__/
|
|||||||
/knowledge_base/
|
/knowledge_base/
|
||||||
/configs/*.py
|
/configs/*.py
|
||||||
.vscode/
|
.vscode/
|
||||||
.pytest_cache/
|
.pytest_cache
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -123,7 +123,14 @@ kbs_config = {
|
|||||||
},
|
},
|
||||||
"pg": {
|
"pg": {
|
||||||
"connection_uri": "postgresql://postgres:postgres@127.0.0.1:5432/langchain_chatchat",
|
"connection_uri": "postgresql://postgres:postgres@127.0.0.1:5432/langchain_chatchat",
|
||||||
}
|
},
|
||||||
|
"es": {
|
||||||
|
"host": "127.0.0.1",
|
||||||
|
"port": "9200",
|
||||||
|
"index_name": "test_index",
|
||||||
|
"user": "",
|
||||||
|
"password": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# 默认向量库类型。可选:faiss, milvus, pg.
|
# 默认向量库类型。可选:faiss, milvus, pg.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user