Documentation Index
Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
Use this file to discover all available pages before exploring further.
Docker Image Versions
Specify image tags for Verify components. Helmfile (Unix/Linux):Country-Specific Deployments
Deploy dedicated Spatial-API instances for high-traffic countries to optimize performance and enable independent scaling.Why Use Country-Specific Deployments
- Better performance: Dedicated resources for frequently queried countries
- Flexible scaling: Scale each country independently based on traffic
- Cost optimization: Allocate resources where needed
Configuration
Setverify.dataset to the ISO 3166-2 country code. Keep a row (rest of world) deployment for other countries.
Example: United Kingdom deployment
| Country | Code |
|---|---|
| United States | us |
| United Kingdom | gb |
| Canada | ca |
| Australia | au |
| Germany | de |
| France | fr |
| Rest of World (catch-all) | row |
Certified Datasets
Verify supports postal authority-certified validation:- CASS - United States (Coding Accuracy Support System)
- SERP - Canada (Software Evaluation and Recognition Program)
- AMAS - Australia (Address Matching Approval System)
Requirements
- License key with certified features enabled
- Certified libraries (downloaded automatically to
lib64folder) - Spatial-API configured for the certified country
Example: AMAS (Australia)
Premium Datasets
Premium datasets provide enhanced data quality for:- France
- Ireland
- United States
Deployment Options
Option 1: Dedicated deployments (recommended for high volume)verify.dataset=row to handle all premium countries with one deployment. Simpler but less flexible scaling.
Premium US Resources
The premium US dataset requires more resources:Resource Allocation
Configure CPU and memory based on expected traffic.Recommended Sizing
| Traffic Level | Memory Request | CPU Request | Memory Limit | CPU Limit |
|---|---|---|---|---|
| Low (under 100 req/min) | 2Gi | 0.5 | 4Gi | 1 |
| Medium (under 1000 req/min) | 4Gi | 1 | 8Gi | 2 |
| High (under 5000 req/min) | 8Gi | 2 | 16Gi | 4 |
| Premium US | 8Gi | 2 | 16Gi | 4 |
Example Configuration
Via values file:AI Parser (Optional)
Enable AI-enhanced parsing for improved accuracy with unstructured addresses.Requirements
- Separate persistent storage (at least 4Gi)
- Additional resources for TensorFlow Serving and AI Parser components
Enable AI Parser
In helmfile, add to QueryCoordinator values:Next Steps
- Usage - Learn management and monitoring commands
- Troubleshooting - Resolve common issues
- Quick Start - Installation guide

