Local RAG Chatbot

install

# scoop install ollama ngrok
git clone --depth=1 https://github.com/datvodinh/rag-chatbot
cd rag-chatbot
uv venv
.venv\Scripts\activate
uv pip install -e .

usage

uv pip install hf_transfer
python -m rag_chatbot --host localhost & ngrok http 4321

appdedix

rag-chatbot