You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(ai): simplify and consolidate RAG tasks (#427)
* chore: update package name and version, enhance build types and logging utilities
- Changed package name from "workglow" to "@workglow-dev/libs" and updated version to 0.2.15 in package.json.
- Modified build-types script in packages/util/package.json to include a check for the existence of a specific TypeScript declaration file.
- Simplified TypeScript configuration by consolidating included files in packages/util/tsconfig.json.
- Refactored logging and telemetry utilities to utilize a new runtime environment reader for improved environment variable handling.
**HierarchyJoinTask** -- Given chunk search results, walks the document tree to reconstruct section context and enrich the results with ancestor information.
0 commit comments