# app/api/chat.py """RAG chat API — streaming LLM responses with page citations (Task 6).""" from fastapi import APIRouter router = APIRouter(prefix="/api/chat", tags=["chat"])