mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-24 02:24:59 +08:00
(improvement)(Headless) support multiturn text-to-sql (#983)
This commit is contained in:
@@ -46,4 +46,10 @@
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
<select id="getContextualParseInfo" resultMap="ChatParse">
|
||||
select *
|
||||
from s2_chat_parse
|
||||
where chat_id = #{chatId} order by question_id desc limit 10
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user