How World Bank Group uses databricks to eradicate poverty through shared knowledge
Summary
The World Bank Group (WBG) implemented a unified data and AI platform on Databricks to transform its vast knowledge repositories, comprising tens of millions of documents and three million monthly downloads, into actionable insights for its mission of improving shared prosperity. Facing challenges with disjointed structured and unstructured data, the WBG leveraged Databricks' Unity Catalog for data governance, Databricks Volumes for managing unstructured content, and Genie for natural language querying. They developed an agentic layer with an intent classifier, domain classifier, and query decomposer to handle complex, multi-domain questions, integrating RAG capabilities for document retrieval. This system, refined through external stakeholder feedback, now supports three million document downloads monthly, with half from low- and middle-income countries, significantly reducing manual research and accelerating decision-making for initiatives like the corporate scorecard.
Key takeaway
For AI Engineers or MLOps Engineers building enterprise knowledge platforms, integrating structured and unstructured data on a unified platform like Databricks is crucial. Your team should prioritize implementing robust data governance via Unity Catalog. Consider an agentic layer with intent and domain classifiers to handle complex, cross-domain natural language queries. This approach accelerates insight delivery, reduces manual research, and ensures deterministic results for critical reporting.
Key insights
The World Bank Group unified disparate data on Databricks, using AI agents and RAG to democratize knowledge and accelerate global impact.
Principles
- Data unification is critical for actionable insights.
- Agentic layers enhance multi-domain query resolution.
- External feedback refines AI system utility.
Method
The World Bank Group migrated operational data to Databricks, established governance with Unity Catalog, then indexed unstructured documents using Volumes and vector search for RAG. An agentic layer with classifiers and decomposers routes complex queries.
In practice
- Implement Unity Catalog for unified data governance.
- Use Databricks Volumes for unstructured data management.
- Build agentic layers for complex, multi-domain queries.
Topics
- Databricks Platform
- Data Unification
- AI Agents
- Retrieval-Augmented Generation
- Data Governance
- Knowledge Management
Best for: CTO, VP of Engineering/Data, Executive, AI Engineer, MLOps Engineer, Director of AI/ML
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Databricks.