Product for WebGPU Hackathon
Easy RAG is a web application that utilizes the RAG architecture, running directly on your browser using WebGPU to harness the power of local GPU.
You can try it here!
- Compatible with
devcontainer
orGitHub Codespaces
. - Note: Running via WSL will result in significant performance degradation and is thus not recommended.
-
Launching the Application
- Use
devcontainer
orGitHub Codespaces
to launch the application. Ensure your environment meets the prerequisites for smooth operation.
- Use
-
Environment Setup
- Before deploying, make sure to configure your
functions/.env
file with the Browserless API key. Refer to.env.example
for guidance.
- Before deploying, make sure to configure your
-
Firebase Authentication
- Once the application is running via
devcontainer
, authenticate with Firebase. Executefirebase login
to complete this step.
- Once the application is running via
- Ensure that you are not using the WSL interface to avoid performance issues.
- Regularly update your API keys and keep them secure to prevent unauthorized access.