summaryrefslogtreecommitdiff
path: root/tables.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-24 15:28:18 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-24 15:28:18 +0300
commit78059083c24075462d881680071938eef0c1b245 (patch)
tree300d7c1ecd72c879bbceee9c42c3366c36f29d7f /tables.go
parent34cd4ac141111af2a83a4ca8ce29a989ec75db32 (diff)
Enha (rag): singlethred
Diffstat (limited to 'tables.go')
-rw-r--r--tables.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tables.go b/tables.go
index b1ec128..23000f4 100644
--- a/tables.go
+++ b/tables.go
@@ -387,8 +387,7 @@ func makeRAGTable(fileList []string) *tview.Flex {
if err := ragger.LoadRAG(fpath); err != nil {
logger.Error("failed to embed file", "chat", fpath, "error", err)
_ = notifyUser("RAG", "failed to embed file; error: "+err.Error())
- errCh <- err
- // pages.RemovePage(RAGPage)
+ pages.RemovePage(RAGPage)
return
}
}()