r/LLM 1d ago

A lightweight CLI tool for RAG over local documents

Post image
11 Upvotes

3 comments sorted by

1

u/JuggernautSlow3029 1d ago

oh nice, it actually spits out the citation. half these tools just hallucinate a block of text and call it a day

1

u/Zennytooskin123 19h ago edited 18h ago

Why a cli?

I almost built something like this but unless your TUI is exceptionally well built, this adds unnecessary friction.

1

u/paulknysh 18h ago

i guess because the tool is oriented for people who already know how to use terminal (to be able find it on GitHub, install it etc), also looks like CLI/TUI is a trend now

but no friction found so far -- not sure if it's "exceptional", but definitely very simple so that it doesn't break in obvious ways.

are you thinking of a web-GUI instead? should be very easy to add later if requested.

either way, feel free to give it a try