Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 290 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 290 Bytes

RAG API Service

FastAPI service for processing URLs and performing RAG queries.

Setup

  1. Install requirements:
pip install -r requirements.txt
  1. Set environment variables:
OPENAI_API_KEY=your_key_here
  1. Run locally:
uvicorn main:app --reload