feat(gui): Implement RAG context visualization in Discussion history

This commit is contained in:
2026-05-04 11:26:36 -04:00
parent 3b876e9556
commit d4dc23720f
2 changed files with 21 additions and 1 deletions
@@ -31,7 +31,7 @@
- [x] Task: Implement the RAG Settings panel in `src/gui_2.py`. f57e2fe
- [x] Add UI controls for choosing the RAG source, embedding model, and retrieval parameters. f57e2fe
- [x] Add a "Rebuild Index" button and status progress bar. f57e2fe
- [ ] Task: Implement retrieval visualization in the Discussion history.
- [~] Task: Implement retrieval visualization in the Discussion history.
- [ ] Display "Retrieved Context" blocks with expandable summaries.
- [ ] Add "Source" buttons to each block that open the file at the specific chunk's location.
- [ ] Task: Implement auto-start/indexing status indicators in the GUI.