From e350b12399e0456b50aa1b1b84a95fa1b7184fe6 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Wed, 18 Oct 2023 09:52:55 +0800 Subject: [PATCH] feat(Agent): ChatAgent And AgentHub 1.Upgrade sqlalchemy to version 2.0 --- .env.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 805f1c523..ca3751f5c 100644 --- a/.env.template +++ b/.env.template @@ -83,7 +83,8 @@ LOCAL_DB_TYPE=sqlite # LOCAL_DB_PASSWORD=aa12345678 # LOCAL_DB_HOST=127.0.0.1 # 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 **#