Commit Graph

5281 Commits

Author SHA1 Message Date
e4e534be89 [autofix.ci] apply automated fixes 2026-01-28 15:09:52 +00:00
8e9eda2dcd Merge remote-tracking branch 'origin/feat/knowledgebase-summaryIndex' into feat/knowledgebase-summaryIndex 2026-01-28 23:05:36 +08:00
6aed52677b fix: resolve mypy-type-check. 2026-01-28 23:03:54 +08:00
2a096a9cb0 [autofix.ci] apply automated fixes 2026-01-28 15:03:10 +00:00
d55dc942f3 fix: resolve mypy-type-check. 2026-01-28 22:56:56 +08:00
dd8f0d3615 fix: resolve basedpyright-check. 2026-01-28 22:44:08 +08:00
3161328b48 fix: fix get chatbot bug. 2026-01-28 22:15:32 +08:00
cf365bb46a Merge remote-tracking branch 'origin/main' into feat/knowledgebase-summaryIndex 2026-01-28 22:14:12 +08:00
0305c33bb2 fix: fix session problem. 2026-01-28 21:47:20 +08:00
d17b10b1a1 Merge remote-tracking branch 'origin/feat/knowledgebase-summaryIndex' into feat/knowledgebase-summaryIndex 2026-01-28 21:05:01 +08:00
ea54dc2d58 fix: fix session problem. 2026-01-28 21:04:10 +08:00
02287a12a0 [autofix.ci] apply automated fixes 2026-01-28 12:34:25 +00:00
cd1c7e6c17 fix: fix session problem. 2026-01-28 20:30:16 +08:00
24ebe2f5c6 refactor(graph_engine): Add a Config class for graph engine. (#31663)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2026-01-28 19:57:55 +08:00
91f730ce40 fix: fix session problem. 2026-01-28 19:54:01 +08:00
b660ec946f Merge remote-tracking branch 'origin/feat/knowledgebase-summaryIndex' into feat/knowledgebase-summaryIndex 2026-01-28 19:03:22 +08:00
1ef11e1849 fix: fix session problem. 2026-01-28 19:03:01 +08:00
56295e504f [autofix.ci] apply automated fixes 2026-01-28 10:47:22 +00:00
28af5d522b fix: fix session problem. 2026-01-28 18:42:59 +08:00
b2d0afb14c Revert "Merge branch 'deploy/dev' into feat/knowledgebase-summaryIndex"
This reverts commit ce304f2da7, reversing
changes made to 334888dac9.
2026-01-28 17:59:41 +08:00
07415e8ef9 [autofix.ci] apply automated fixes 2026-01-28 09:56:38 +00:00
ce304f2da7 Merge branch 'deploy/dev' into feat/knowledgebase-summaryIndex 2026-01-28 17:52:26 +08:00
334888dac9 Merge remote-tracking branch 'origin/main' into feat/knowledgebase-summaryIndex 2026-01-28 17:35:53 +08:00
445cb6da9a feat: Optimize codes. 2026-01-28 17:27:49 +08:00
c3b935d103 feat: Optimize codes. 2026-01-28 17:26:17 +08:00
2bcc1c540d Merge remote-tracking branch 'origin/feat/knowledgebase-summaryIndex' into feat/knowledgebase-summaryIndex 2026-01-28 17:09:55 +08:00
a300bc5616 feat: Optimize codes. 2026-01-28 17:09:31 +08:00
cf76898d1e [autofix.ci] apply automated fixes 2026-01-28 08:08:57 +00:00
6db70ffd9e feat: Optimize codes. 2026-01-28 16:04:39 +08:00
82fa219cf1 feat: Optimize codes. 2026-01-28 15:59:54 +08:00
b730017bcd feat: Optimize codes. 2026-01-28 14:59:21 +08:00
78198c6452 fix: vdb-migrate command did not use for parent-child segment migration (#31605)
Co-authored-by: warlocgao <warlocgao@tencent.com>
2026-01-28 14:54:50 +08:00
e52072ec1b fix: resolve mypy type check. 2026-01-28 14:13:12 +08:00
86e0ccd056 Merge remote-tracking branch 'origin/feat/knowledgebase-summaryIndex' into feat/knowledgebase-summaryIndex 2026-01-28 14:04:04 +08:00
d39591018c fix: resolve mypy type check. 2026-01-28 14:03:28 +08:00
cf3cb1eea9 [autofix.ci] apply automated fixes 2026-01-28 05:32:03 +00:00
5f611ad2ba fix: resolve basedpyright-check. 2026-01-28 13:26:40 +08:00
5f71fd42bf fix: fix ignore_imports. 2026-01-28 13:05:53 +08:00
e331a4605e fix: fix ignore_imports. 2026-01-28 12:47:25 +08:00
ca09febe49 Merge remote-tracking branch 'origin/feat/knowledgebase-summaryIndex' into feat/knowledgebase-summaryIndex 2026-01-28 11:50:11 +08:00
dbecc53c01 fix: fix ignore_imports. 2026-01-28 11:49:39 +08:00
a2a04ba3fc Merge branch 'main' into feat/knowledgebase-summaryIndex 2026-01-28 11:22:25 +08:00
e2e1606aaa fix: fix ignore_imports. 2026-01-28 11:12:41 +08:00
e66d901572 fix: fix ignore_imports. 2026-01-28 11:07:24 +08:00
38aeac70f6 Merge remote-tracking branch 'origin/feat/knowledgebase-summaryIndex' into feat/knowledgebase-summaryIndex 2026-01-28 10:47:24 +08:00
32baf70fc7 fix: Added Summary Index-related imports to the ignore_imports. 2026-01-28 10:46:31 +08:00
2674ca5a7d [autofix.ci] apply automated fixes 2026-01-28 02:31:40 +00:00
e665375549 feat: summary for .dsl and .pipeline 2026-01-28 10:14:29 +08:00
ea44d2ea47 Merge branch 'feat/summary-index' into deploy/dev 2026-01-28 09:50:05 +08:00
3d414678e3 fix(graph_engine): Cannot run single iteration or loop node (#31470)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Yeuoly <45712896+Yeuoly@users.noreply.github.com>
2026-01-28 01:05:59 +08:00