π¦ ClawHub
RAGLite
by @virajsanghvi1
Local-first RAG cache: distill docs into structured Markdown, then index/query with Chroma + hybrid search (vector + keyword).
π‘ Examples
One-command pipeline (recommended)
./scripts/raglite.sh run /path/to/docs \
--out ./raglite_out \
--collection my-docs \
--chroma-url http://127.0.0.1:8100 \
--skip-existing \
--skip-indexed \
--nodes
Query
./scripts/raglite.sh query ./raglite_out \
--collection my-docs \
--top-k 5 \
--keyword-top-k 5 \
"rollback procedure"
π Tips & Best Practices
--chroma-url, and that Chroma is running.rg --version).TERMINAL
clawhub install virajsanghvi1-raglite