divanvisagie / chat-gipity

Terminal client for Chat GPT
https://github.com/divanvisagie/chat-gipity
GNU General Public License v2.0
4 stars 1 forks source link

Add support for RAG #13

Open divanvisagie opened 1 month ago

divanvisagie commented 1 month ago

Add a flag for rag which will change the prompt to tell the llm that the input it is receiving is a search result that it should use to enhance its answer.

divanvisagie commented 3 weeks ago

Come to think of it, this could be a subcommand as well, the user input could be the query and we could perform rag on all the files specified.