Kevin Hu
48a3280eac
Refactor: merge dataset scope graph. ( #17526 )
...
### Summary
merge dataset scope graph.
---------
Co-authored-by: Yingfeng Zhang <yingfeng.zhang@gmail.com >
2026-07-29 18:23:51 +08:00
buua436
6e1e540f98
fix: persist pipeline tree graph rows ( #17400 )
2026-07-27 16:40:29 +08:00
Kevin Hu
742837ce56
Feat: Add graph keyword search and fix dataset synthesizing issue. ( #17342 )
...
### Summary
Add graph keyword search and fix dataset synthesizing issue.
2026-07-24 18:00:43 +08:00
Kevin Hu
3e4c6dfc0a
Feat: refine the tree navigation during compilations ( #17140 )
2026-07-23 18:39:16 +08:00
buua436
e3e2d0a3ec
fix: optimize knowledge compilation LLM behavior and PageIndex ordering ( #17270 )
2026-07-23 14:30:43 +08:00
buua436
285f3e4c7e
refa: optimize wiki compilation concurrency ( #17192 )
2026-07-23 09:56:51 +08:00
Jin Hai
9f080a4f45
Py: ruff format ( #17193 )
...
### Summary
format issue
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-07-21 21:04:09 +08:00
buua436
a730ce7aa6
fix: preserve compilation template kinds and names ( #17151 )
2026-07-21 13:40:08 +08:00
buua436
4391e03886
refa: optimize knowledge compilation concurrency ( #16933 )
...
### What problem does this PR solve?
Improve concurrency in the knowledge compilation pipeline:
- Run Compile LLM requests concurrently while preserving ordered
commits.
- Run merge flush tasks concurrently while keeping ES writes ordered.
- Improve concurrency for local deduplication, chain validation, and ES
deduplication.
- Remove temporary debugging instrumentation and unused timing
variables.
### Type of change
- [x] Refactor (no functional change)
2026-07-15 16:24:35 +08:00
Kevin Hu
62f94cd59b
Feat: Add knowledge compilation workflows ( #16515 )
...
## Summary
- Add knowledge compilation template APIs, services, and builtin
template seed data
- Add advanced knowledge compile structure/artifact/RAPTOR workflow
support
- Update parsing, dataset/document APIs, and supporting services for
compilation workflows
2026-07-02 23:22:07 +08:00