From 4736e43631ed21fd14741daa1dde746687d330fa Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 4 Jan 2025 18:13:13 +0300 Subject: Feat (RAG): tying tui calls to rag funcs [WIP; skip-ci] RAG itself is annoying to properly implement, plucking sentences with no context is useless. Also it should not be a part of main package, same for goes for tui. The number of global vars is absurd. --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index be4934b..eeaa6f6 100644 --- a/go.mod +++ b/go.mod @@ -9,6 +9,7 @@ require ( github.com/glebarez/go-sqlite v1.22.0 github.com/jmoiron/sqlx v1.4.0 github.com/ncruces/go-sqlite3 v0.21.3 + github.com/neurosnap/sentences v1.1.2 github.com/rivo/tview v0.0.0-20241103174730-c76f7879f592 ) -- cgit v1.2.3