Enha (rag): keep page open until user closes it

This commit is contained in:
Grail Finder
2026-03-08 08:50:50 +03:00
parent 5b175c12a6
commit e0201886f8
3 changed files with 20 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ const ()
var (
// Status messages for TUI integration
LongJobStatusCh = make(chan string, 100) // Increased buffer size for parallel batch updates
FinishedRAGStatus = "finished loading RAG file; press Enter"
FinishedRAGStatus = "finished loading RAG file; press x to exit"
LoadedFileRAGStatus = "loaded file"
ErrRAGStatus = "some error occurred; failed to transfer data to vector db"
)