Spaces:
Runtime error
Runtime error
Medical Chatbot API
This is a FastAPI-based medical chatbot API that provides medical information and answers questions.
API Endpoints
GET /health
: Health check endpointPOST /chat
: Chat endpoint for medical queries
Environment Variables
The following environment variables need to be set:
QDRANT_URL
: URL for the Qdrant vector databaseQDRANT_API_KEY
: API key for Qdrant authentication
Development
To run locally:
docker compose up --build
The API will be available at http://localhost:7860