hgzero/rag/.env.example
2025-10-29 05:54:08 +09:00

21 lines
521 B
Plaintext

# PostgreSQL
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DATABASE=meeting_db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=your_password_here
# Azure OpenAI
AZURE_OPENAI_API_KEY=your_azure_openai_api_key_here
AZURE_OPENAI_ENDPOINT=https://your-resource-name.openai.azure.com
# Azure AI Search
AZURE_SEARCH_ENDPOINT=https://your-search-service.search.windows.net
AZURE_SEARCH_API_KEY=your_azure_search_api_key_here
# Claude AI
CLAUDE_API_KEY=your_claude_api_key_here
# Redis
REDIS_PASSWORD=your_redis_password_here