How to install jamwithai/production-agentic-rag-course. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
jamwithai/production-agentic-rag-course Installation Guide
How to install jamwithai/production-agentic-rag-course. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for jamwithai/production-agentic-rag-course. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i jamwithai/production-agentic-rag-courseor
Install via npx
npx @hexmos/ipm i jamwithai/production-agentic-rag-coursePrerequisites
Docker Desktop
softwarePython
languageVersion: 3.12+
UV Package Manager
softwareManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Quick Start (Source)
git clone https://github.com/jamwithai/production-agentic-rag-course
cd production-agentic-rag-course
cp .env.example .env
uv sync
docker compose up --build -d
curl http://localhost:8000/healthClone a Specific Week's Release (Source)
git clone --branch week7.0 https://github.com/jamwithai/production-agentic-rag-course
cd production-agentic-rag-course
cp .env.example .env
uv sync
docker compose down -v
docker compose up --build -dPost Installation Steps
- Configure .env file with necessary API keys (JINA_API_KEY, TELEGRAM__BOT_TOKEN, LANGFUSE__PUBLIC_KEY, LANGFUSE__SECRET_KEY).
- Access API Documentation at http://localhost:8000/docs.
- Access Gradio RAG Interface at http://localhost:7861.
- Access Langfuse Dashboard at http://localhost:3000.
- Access Airflow Dashboard at http://localhost:8080.
- Access OpenSearch Dashboards at http://localhost:5601.
