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

[FEATURE] Allow the RAG to access documentations #35

Open
duaraghav8 opened this issue Jan 25, 2025 · 0 comments
Open

[FEATURE] Allow the RAG to access documentations #35

duaraghav8 opened this issue Jan 25, 2025 · 0 comments
Labels
feature-request Feature request

Comments

@duaraghav8
Copy link
Owner

The RAG should be able to access documentations of Docker, Nodejs and Bash.

This ensures that it has up-to-date knowledge of these tools and can apply updated best practices.

Possible Approaches:

  • via a vector database which contains the latest docs and we supply appropriate chunks to the LLM in the user prompt.
  • Allow LLM to call a tool which can search the docs and give the appropriate knowledge back to LLM. System prompt of llm needs to be improved so it knows when to check the documentation.
@duaraghav8 duaraghav8 added the feature-request Feature request label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Feature request
Projects
None yet
Development

No branches or pull requests

1 participant