HiAi Docs v0.2.6
HiAi Docs v0.2.6 — Public Release
This release completes the public GraphRAG and SeaweedFS-ready release contour.
Highlights
- End-to-end GraphRAG: chunking, embeddings, entity extraction, Apache AGE persistence, and graph-aware search expansion.
- Deterministic single-PostgreSQL bootstrap: extensions and runtime role in image init; all GraphRAG DDL in the Drizzle migration journal.
- Clean fresh-database migrations with idempotent graph labels, indexes, AGE grants, and preload compatibility.
- SeaweedFS S3-compatible storage and protected attachment streaming for public shares.
- Public share rendering fixes for images, alignment, ordered lists, and bullet lists.
- Incremental embedding refresh for zero vectors and model changes.
Validation
- Backend: 483 tests passed.
- Frontend: 48 tests passed.
- Lint and typecheck passed.
- SDK, backend, frontend, and custom PostgreSQL builds passed.
- Fresh PostgreSQL volume: 24 migrations applied, GraphRAG labels created, runtime role verified, second migration run was a no-op.
- GitHub Actions PR CI: Test, Docker Build & Scan, Trivy, lint, and typecheck all passed.
- Public share smoke: attachment HTTP 200, image decoded, lists rendered, no browser errors.
Docker and npm publication are executed by the tag-triggered GitHub Actions workflow.