| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git clone https://github.com/datvodinh/rag-chatbot.git
cd rag-chatbotcurl -LsSf https://astral.sh/uv/install.sh | shMake sure ~/.local/bin (default install location) is on your PATH.
docker compose up --buildbash ./scripts/install_extra.shMacOS, Window: Download
Linux
curl -fsSL https://ollama.com/install.sh | shbrew install ngrok/ngrok/ngrokcurl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc \
| sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null \
&& echo "deb https://ngrok-agent.s3.amazonaws.com buster main" \
| sudo tee /etc/apt/sources.list.d/ngrok.list \
&& sudo apt update \
&& sudo apt install ngrokuv sync --lockedbash ./scripts/run.shor
uv run python -m rag_chatbot --host localhostbash ./scripts/run.sh --ngrok| Back | FazBrowse Home | New Git URL |