From e0c3fe554fe5057891962234076d061ca58f694e Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Wed, 25 Feb 2026 06:51:02 +0300 Subject: Feat: rag text extractors --- go.mod | 3 +++ 1 file changed, 3 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 60b8526..21d9f52 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,10 @@ require ( github.com/glebarez/go-sqlite v1.22.0 github.com/gopxl/beep/v2 v2.1.1 github.com/gordonklaus/portaudio v0.0.0-20250206071425-98a94950218b + github.com/huantt/plaintext-extractor v1.1.0 github.com/jmoiron/sqlx v1.4.0 + github.com/ledongthuc/pdf v0.0.0-20250511090121-5959a4027728 + github.com/n3integration/epub v0.2.0 github.com/neurosnap/sentences v1.1.2 github.com/rivo/tview v0.42.0 ) -- cgit v1.2.3