mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-19 08:47:32 +00:00
feat(Agent): ChatAgent And AgentHub
1.Upgrade sqlalchemy to version 2.0
This commit is contained in:
parent
2ab44c1487
commit
e350b12399
@ -83,7 +83,8 @@ LOCAL_DB_TYPE=sqlite
|
|||||||
# LOCAL_DB_PASSWORD=aa12345678
|
# LOCAL_DB_PASSWORD=aa12345678
|
||||||
# LOCAL_DB_HOST=127.0.0.1
|
# LOCAL_DB_HOST=127.0.0.1
|
||||||
# LOCAL_DB_PORT=3306
|
# LOCAL_DB_PORT=3306
|
||||||
|
### This option determines the storage location of conversation records. The default is not configured to the old version of duckdb. It can be optionally db or file (if the value is db, the database configured by LOCAL_DB will be used)
|
||||||
|
#CHAT_HISTORY_STORE_TYPE=db
|
||||||
|
|
||||||
#*******************************************************************#
|
#*******************************************************************#
|
||||||
#** COMMANDS **#
|
#** COMMANDS **#
|
||||||
|
Loading…
Reference in New Issue
Block a user