RAG Central is a RAG AI chatbot boiler plate. It is a fully functioning self contained website that is fast and lean. It's built using NodeJS, Express, Socket.IO and PassportJS and it uses PostgreSQL with vector add ons for storing vector embeddings. It connects to OpenAI and has Stripe integration (you will need to provide your own API keys to use these features.) RAG Central was built on and designed to run on a low cost / low spec Ubuntu Linux server hosted locally or a hosted VPS.
No reviews yetBe the first to leave a review for RAG Central
Maker
📌
I wanted to share the code in this product as I have seen many people struggle to learn how these things works and where to start when putting this kind of site together.
I have over a decade of experience building sites in NodeJS and Express, I built RAG Central over the course of a couple of months as a side project.
Hope this is useful to people out there.