SWIRL Community 4.5.0.5
SWIRL Community 4.5.0.5 — RAG cache regression fix
Follow-up patch on top of 4.5.0.4 that fixes a long-standing RAG UX bug exposed by 4.5.0.4 smoke testing: intermittent: the AI Summary appears, then a few seconds later gets replaced by a different AI Summary.
⭐ PLEASE STAR OUR REPO: https://github.com/swirlai/swirl-search
🌐 PLEASE VISIT OUR WEBSITE: https://www.swirlaiconnect.com/
What's fixed
Backend — swirl/views_helpers/search_rag.py (SearchRag.get_rag_result()):
- The cache check now correctly treats an empty
rag_query_items(the typical state of Galaxy's follow-upGET /sapi/detail-search-rag/?search_id=…) as 'no filter requested, serve whatever's stored' rather than 'items changed, regenerate'.
Upgrading
Docker users:
docker pull swirlai/swirl-search:latest
See the Docker Build Guide for the SBOM / vulnerability inspection commands.