first-aid-rag-assistant / .env.example
.env.example
Raw
# Copy this file to .env and fill in your values
# cp .env.example .env

# Mistral AI API key (required)
# Get yours at: https://console.mistral.ai/
MISTRAL_API_KEY=your_mistral_api_key_here

# PostgreSQL connection (defaults match docker-compose.yml)
POSTGRES_HOST=localhost
POSTGRES_DB=first_aid_qa_assistant
POSTGRES_USER=user
POSTGRES_PASSWORD=password