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?";