🤖 RAG Agent API

Welcome to RAG Agent!

This is the main API server for the RAG (Retrieval-Augmented Generation) system. The API provides endpoints for document processing, search, and chat functionality.

Available Endpoints:

GET /health - Health check
GET /docs - API documentation (Swagger UI)
GET /redoc - Alternative API documentation
POST /upload - Upload documents
GET /documents - List documents
POST /chat - Chat with the system
POST /search - Search documents