- Documented major changes after pulling from upstream (HKUDS/LightRAG), focusing on multi-tenant support, security hardening, and RLS/RBAC. - Created concise documentation under docs/diff_hku, including migration guides and security audits. - Enumerated unmerged upstream commits and summarized substantive features and fixes. - Outlined next steps for DB migrations, CI tests, and potential cherry-picking of upstream fixes.
14 lines
893 B
Markdown
14 lines
893 B
Markdown
Actions:
|
|
- Enumerated commits present only in upstream/main and created a grouped audit of features/fixes not merged locally.
|
|
- Wrote docs/diff_hku/unmerged_upstream.md (summary) and docs/diff_hku/unmerged_upstream_commits.txt (raw commit list) with 746 commits.
|
|
|
|
Decisions/assumptions:
|
|
- Focused the summary on substantive features, storage, LLM/embedding changes, chunking, docs, tooling, and tests. Dependency bumps were not enumerated individually in the summary but are included in raw commits.
|
|
|
|
Next steps:
|
|
- Optionally cherry-pick or rebase high-priority upstream fixes into the local branch (recommend chunking, embedding, doc parsing, Postgres/vchordrq and RLS compatibility fixes first).
|
|
- Add CI jobs in this repo to run the newly added upstream tests and candidate merge validation.
|
|
|
|
File outputs:
|
|
- docs/diff_hku/unmerged_upstream.md
|
|
- docs/diff_hku/unmerged_upstream_commits.txt
|