-
Notifications
You must be signed in to change notification settings - Fork 8
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
How can we search through all help documents using RAG LLM? #24
Comments
This includes searching across the FAQ, onboarding document in figshare, handbook in figshare, all the articles off the website etc. |
Example of using a chat bot to help open source maintainers https://livablesoftware.com/slack-chatbot-github-repositories/ |
Another example https://github.com/derekvawdrey/website-to-chatbot Would need to convert pdfs to text on website |
RAGged Edge Box: A Personal AI-Powered Document Search System Details These systems require a large amount of computation and are usually implemented in the cloud which presents data privacy issues. In this talk we will present The RAGged Edge Box project in which basic embedding systems and small local LLMs are packaged inside a multi-platform virtual machine (VirtualBox). The system provides a Web interface that runs locally and allows access to the RAG functionality in a completely private manner. The neural networks run on a ONNX runtime and do not require a GPU. RAG code is implemented in PHP and is easy to modify, requiring a much smaller execution environment than a Python alternative. |
Might make it easier to find?
The text was updated successfully, but these errors were encountered: