Release date: 2026.4.9
Highlights
This release delivers a major end-to-end memory upgrade for UltraRAG, introducing persistent user memory, project memory retrieval, and a dedicated memory-aware RAG demo. It also makes the demo experience significantly more stateful and personalized with SQLite-backed authentication, persistent chat sessions, nickname and model settings management, and knowledge base visibility controls supporting public, private, and shared access.
The frontend is substantially refreshed through a React/Vite-based overhaul, the new Explore section, improved source-detail interactions, and a mobile optimization baseline. We also improve engineering robustness by fixing an async retriever initialization issue, adding compatibility guards for FastMCP 3.x-related builder changes and demo runtime cleanup, introducing CI smoke checks for the SayHello pipeline and frontend build, and adding a structured troubleshooting guide, alongside a broad round of backend and frontend dependency maintenance.
What's Changed
-
Add an end-to-end memory system with persistent user memory, project memory retrieval, and a dedicated memory-aware RAG demo. by @mssssss123 in #379
-
Add SQLite-backed authentication, persistent chat sessions, nickname/model settings management, and knowledge base visibility controls. by @mssssss123 in #379
-
Refactor the frontend with React/Vite, add the Explore section, and improve mobile responsiveness and source-detail interactions. by @mssssss123 in #379
-
Fix async retriever initialization by awaiting retriever_init(...) during startup. by @xhd0728 in #385
-
Fix builder compatibility issues caused by FastMCP 3.x API changes, and harden demo runtime handling around closed-event-loop cleanup noise and backend overrides. by @xhd0728 in #388
-
Add CI smoke checks for the SayHello pipeline and frontend build, then refine the workflow tooling and installation examples. by @xhd0728 in #389 and #390
-
Add a structured troubleshooting guide for UltraRAG workflows. by @onestardao in #352
-
Update README publications and model references. by @xhd0728 in #359
-
Refresh backend and frontend dependencies, including Gradio, vLLM, pypdf, pyjwt, cbor2, cryptography, aiohttp, requests, authlib, orjson, tornado, NLTK, and several frontend packages. by @dependabot in #354, #355, #357, #360, #366, #368, #369, #371, #373, #376, #377, #380, #381, #382, #383, #384, #386, and #387