git-like rag pipeline
This knowledge-base was auto-generated by script. It's built by llama3.3 at 2025-06-06 11:16:33.761303.
rag clone https://ragit.baehyunsol.com/sample/ragit
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 build;