Commit aa86e3f
committed
feat(chat): 添加批量获取语义解析信息功能
- 在ChatManageService中新增getParseInfos方法用于批量查询
- 实现ChatManageServiceImpl中的getParseInfos具体逻辑
- 优化SqlReplaceHelper中的代码格式化处理
- 支持根据questionId批量获取多个语义解析结果1 parent 0bbab5e commit aa86e3f
3 files changed
Lines changed: 13 additions & 1 deletion
File tree
- chat/server/src/main/java/com/tencent/supersonic/chat/server/service
- impl
- common/src/main/java/com/tencent/supersonic/common/jsqlparser
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
247 | 256 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
0 commit comments