StorRAG

Logo

View the Project on GitHub StorRAG/StorRAG

StorRAG is OpenSource. Your Data, Your Software, Forever!

Our idea in the making. A RAG Appliance with a mission, to turn your storage, into your data.

At StorRAG our code is in GitHub and our software is packaged in a Bootable Container . This means you can review the code anytime and run the software anywhere, from Bare Metal to The Cloud.

What is a StorRAG Appliance

At StorRAG we build a custom RAG (Retrieval Augmented Generation) application, packaged in a Bootable Container. Consisting of three main components;

The Model Service

For the local Model Serving and an OpenAI compatible Model Service.

The Vector Database

In order for the LLM to interact with your data, we connect to your data stores using industry standard storage protocols (like S3, NFS, SMB and block). We make this data available in such a manner that we can retrieve a small subset of each of them that are relevant to any query. To do this we employ a Vector Database alongside an embedding model. The embedding model converts our documents into numerical representations, vectors, such that similarity searches can be easily performed. The Vector Database stores these vectors for us and makes them available to the LLM.

The Data Import Application

Our Data Import Application connects to our Model Service via it’s OpenAI compatible API. We package a well performant mid-sized model with an apache-2.0 license that has been quanitzed and served into the GGUF format (no GPU required).

How do I get it?

Simple, Those who want to get started quickly and conveniently may install StorRAG using the following command:

curl -sSL https://github.com/StorRAG/Appliance/install.sh | bash

For those looking for more options our code is in GitHub

Please contact us for Sales and Support on our WhatsApp Group.