Medical-Chatbot-API / README.md
khalednabawi11's picture
Update README.md
11a2144 verified
|
raw
history blame
541 Bytes

Medical Chatbot API

This is a FastAPI-based medical chatbot API that provides medical information and answers questions.

API Endpoints

  • GET /health: Health check endpoint
  • POST /chat: Chat endpoint for medical queries

Environment Variables

The following environment variables need to be set:

  • QDRANT_URL: URL for the Qdrant vector database
  • QDRANT_API_KEY: API key for Qdrant authentication

Development

To run locally:

docker compose up --build

The API will be available at http://localhost:7860