logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-course
or

Install via npx

npx @hexmos/ipm i jamwithai/production-agentic-rag-course

Prerequisites

Docker Desktop

software

Python

language

Version: 3.12+

UV Package Manager

software

Manual 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/health

Clone 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 -d

Post 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.