Resources
Realistic sample datasets to put Datally through its paces, plus a complete guide to running the AI locally.
Demo datasets
Each pack includes multiple source files, a reference dictionary, and intentional data-quality issues — exactly the mess Datally is built for.
Multi-servicer mortgage data from 5 different origination and servicing platforms.
Credit Union · Rocket Mortgage · Wells Fargo · Mr. Cooper · Legacy System
Multi-source claims data from email submissions, adjuster tracking, and inspection vendors.
Email Submissions · Adjuster Tracking · Inspection Vendor Data
Multi-channel order data from Shopify, Amazon, and WooCommerce.
Shopify · Amazon · WooCommerce
Local AI
Datally uses Ollama to run models locally — every inference happens on your hardware, so your data never leaves your machine.
Ollama is free and open source. Recommended via Windows Package Manager:
winget install --id=Ollama.Ollama -eOr download manually for WindowsAfter installing, Ollama runs as a background service on port 11434.
Language models · GPU
Google Gemma 4 — frontier-level reasoning and structured output.
ollama pull gemma4:27bAlibaba Qwen 3.5 — strong structured output and multilingual support.
ollama pull qwen3.5:27bIBM Granite 3.3 — fastest option, runs well on 8GB VRAM.
ollama pull granite3.3:8bEmbedding models
Top-ranked on the MTEB leaderboard for semantic similarity.
ollama pull qwen3-embedding:8bNomic MoE — excellent multilingual retrieval and matching.
ollama pull nomic-embed-text-v2-moeCPU-only / integrated GPU
IBM Granite — optimized for CPU inference.
ollama pull granite-embedding:30mIBM Granite 278M — higher quality with 12+ language support.
ollama pull granite-embedding:278mollama listollama run gemma4:27b "Hello"Download Datally and run your first reconciliation with one of the sample datasets above.