GitHub – baehyunsol/ragit: git-like rag pipeline

Klenance
0 Min Read

RAGIT (rag-it) is a git-like software that turns your local files into a knowledge-base. The main goal of this project is to make knowledge-bases easy-to-create and easy-to-share.

RAGIT is very different from the other RAG frameworks.

cargo install ragit;
rag clone http://ragit.baehyunsol.com/sample/ragit;
cd ragit;
export GROQ_API_KEY=YOUR_API_KEY;
rag query "How do I contribute to ragit?";

Source link

Share This Article
Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *