Configuration

Environment settings and system configuration

Azure Services

Azure Storage

Document storage service

Configured
Azure OpenAI

AI processing service

Configured

Service Configuration

Port

Service port number

8000
Environment

Deployment environment

production
Debug Mode

Development debugging

False
Log Level

Application logging level

INFO
Azure Environment Variables
Azure Storage Connection String

Document storage service

DefaultEndpointsProt...
Azure OpenAI API Key

AI processing service

••••••••••••••••••••
Azure OpenAI Endpoint

OpenAI service endpoint

https://qvai-dev-openai-bd63vo.openai.azure.com/
Azure OpenAI Deployment Name

Model deployment name

gpt-4o
Azure Document Intelligence Endpoint

Document processing service

https://qvai-dev-docint-bd63vo.cognitiveservices.azure.com/
Azure Document Intelligence Key

Document processing API key

••••••••••••••••••••

Configuration Guide

Required Environment Variables

AZURE_STORAGE_CONNECTION_STRING Azure Storage connection
AZURE_OPENAI_API_KEY Azure OpenAI API key
AZURE_OPENAI_ENDPOINT Azure OpenAI endpoint
AZURE_OPENAI_DEPLOYMENT_NAME Model deployment name

Setup Instructions

1. Azure Storage Setup

Create an Azure Storage account and configure the connection string in your environment variables.

2. Azure OpenAI Setup

Deploy a GPT-4 model in Azure OpenAI and configure the API key and endpoint.

3. Environment Configuration

Set all required environment variables before starting the service.

Troubleshooting

Service Not Starting

Check that all required environment variables are set and Azure services are accessible.

Extraction Failures

Verify Azure OpenAI configuration and ensure the model deployment is active.

Performance Issues

Monitor Azure service quotas and consider scaling if needed.

API Configuration

Base URL

http://localhost:8001

Health Check

GET /health

Extraction Endpoint

POST /v1/extract

Methods Endpoint

GET /v1/methods
AIEE v1.2.1 (8bb9a051)
API: v1 | Admin: 1.1.1 | Build: latest | Deployed: 2025-08-06 03:45 UTC