Skip to main content

GCP Deployment

Under Review

This article is currently under review. Some content may be incomplete or inaccurate.

Deploy DocAI Fabric on Google Cloud Platform using container-based hosting.

Overview

DocAI Fabric can be deployed on GCP using managed container services. The application runs as a single container with a Redis sidecar for job queuing.

GCP ServicePurposeEquivalent Azure Service
Cloud Run or GKEApplication hostingContainer Apps
Artifact RegistryContainer registryContainer Registry
Memorystore (Redis)Job queue & cachingAzure Managed Redis
Cloud StorageDocument storageBlob Storage
Secret ManagerSecrets managementKey Vault
Cloud LoggingLogging & monitoringLog Analytics + App Insights

External Services

You will need credentials for:

  • Azure OpenAI: for document classification and field extraction
  • Azure Document Intelligence: for OCR processing

These Azure AI services are required regardless of where the application is hosted.

note

Detailed GCP deployment documentation is coming soon. Contact us for setup assistance.