Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.bat
uv pip install -e .

usage

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

rag-chatbot