Home Explore Blog Models CI



ragit

|   

*-- 

|   

*-- 

|   

*-- 

|   

*-- 

|   

*-- 

ragit

git-like rag pipeline

This is a knowledge-base of ragit's documents. It's built by llama3.3 at 2025-09-15 (git hash 162586215913).

How to clone

rag clone https://ragit.baehyunsol.com/sample/ragit

How to reproduce

git clone https://github.com/baehyunsol/ragit;
cd ragit;
rag init;
# set api key of your model
rag config --set model llama3.3;
rag add **/*.txt;
rag add **/*.md;
rag add **/*.yaml
rag build;