Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RAG #13

Open
divanvisagie opened this issue Apr 28, 2024 · 1 comment
Open

Add support for RAG #13

divanvisagie opened this issue Apr 28, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@divanvisagie
Copy link
Owner

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 divanvisagie self-assigned this May 4, 2024
@divanvisagie
Copy link
Owner Author

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.

@divanvisagie divanvisagie changed the title Add --rag option Add support for RAG May 7, 2024
@divanvisagie divanvisagie added the enhancement New feature or request label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant