(improvement)(Headless) support multiturn text-to-sql (#983)

This commit is contained in:
mainmain
2024-05-13 14:13:02 +08:00
committed by GitHub
parent 947a01e8ba
commit 0e28d6cbcc
15 changed files with 407 additions and 11 deletions

View File

@@ -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>