mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: Add default value for DB_MAX_OVERFLOW (#1927)
This commit is contained in:
parent
e379b8c7e1
commit
441fb1a0b7
|
|
@ -81,6 +81,7 @@ class Config(dict):
|
|||
"DB_USER": "root",
|
||||
"DB_PASSWORD": "Password123@postgres",
|
||||
"DB_ENGINE": "dj_db_conn_pool.backends.postgresql",
|
||||
"DB_MAX_OVERFLOW": 80,
|
||||
# 向量模型
|
||||
"EMBEDDING_MODEL_NAME": "shibing624/text2vec-base-chinese",
|
||||
"EMBEDDING_DEVICE": "cpu",
|
||||
|
|
|
|||
Loading…
Reference in New Issue