mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-08 10:47:38 +08:00
[fix][chat]Memory enabled by the review task should be stored in embedding store.
This commit is contained in:
@@ -90,10 +90,10 @@ CREATE TABLE IF NOT EXISTS `s2_chat_memory` (
|
||||
`db_schema` TEXT ,
|
||||
`s2_sql` TEXT ,
|
||||
`side_info` TEXT ,
|
||||
`status` char(10) ,
|
||||
`llm_review` char(10) ,
|
||||
`status` varchar(10) ,
|
||||
`llm_review` varchar(10) ,
|
||||
`llm_comment` TEXT,
|
||||
`human_review` char(10) ,
|
||||
`human_review` varchar(10) ,
|
||||
`human_comment` TEXT ,
|
||||
`created_at` TIMESTAMP DEFAULT CURRENT_TIMESTAMP ,
|
||||
`updated_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ,
|
||||
|
||||
Reference in New Issue
Block a user