[improvement][chat]Support reviewing query memory based on direct user feedback.

This commit is contained in:
jerryjzhang
2024-12-26 09:47:13 +08:00
parent 68963b9ec9
commit d04a086c88
15 changed files with 49 additions and 20 deletions

View File

@@ -70,6 +70,7 @@ CREATE TABLE IF NOT EXISTS s2_chat_memory (
id SERIAL PRIMARY KEY,
question varchar(655),
side_info TEXT,
query_id bigint,
agent_id INTEGER,
db_schema TEXT,
s2_sql TEXT,