mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-29 04:14:20 +08:00
(improvement)(Chat)The chat history also returns the time taken for parsing and SQL generation (#1084)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -316,4 +316,7 @@ alter table s2_agent add column `multi_turn_config` varchar(2000) COLLATE utf8_u
|
||||
alter table s2_model add column `ext` varchar(1000) DEFAULT NULL;
|
||||
|
||||
--20240601
|
||||
alter table s2_sys_parameter rename to s2_system_config;
|
||||
alter table s2_sys_parameter rename to s2_system_config;
|
||||
|
||||
--20240603
|
||||
alter table s2_chat_query add column `parse_time_cost` varchar(1024);
|
||||
Reference in New Issue
Block a user