mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-01 15:06:25 +08:00
(fix)(headless)Fix multi-turn conversation issue, recalling history ChatQuery instead of ChatParse.
This commit is contained in:
@@ -44,8 +44,8 @@ CREATE TABLE IF NOT EXISTS `s2_chat_query`
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `s2_chat_parse`
|
||||
(
|
||||
`question_id` BIGINT NOT NULL,
|
||||
`chat_id` BIGINT NOT NULL ,
|
||||
`question_id` BIGINT NOT NULL,
|
||||
`chat_id` INT NOT NULL ,
|
||||
`parse_id` INT NOT NULL ,
|
||||
`create_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
`query_text` varchar(500),
|
||||
|
||||
Reference in New Issue
Block a user