# CrewVisa — LLM overview https://vps.healthcrew.global CrewVisa is a healthcare & adult social-care workforce intelligence slice of the HealthCrew AI platform built on UK visa statistics — we speak recruiter-first language for NHS trusts, nursing homes and care providers while aligning the ingest with the full SOC 2020 occupation codes and subgroup visa-route labels published in quarterly Home Office releases (study, visitor, worker, dependents, family, asylum, citizenship, Leave to remain, etc., wherever those tables ship). Presentation layer: optimised for carers, nurses, clinical support hires and sponsoring managers. Technical data layer: follows official spreadsheets inclusively across SOC-coded occupations plus route-family aggregates—not limited to NHS-only rows. Answers in Chat are synthesized from retrieval + an LLM. They are informational only—not legal advice. Users must confirm fees, thresholds, and processes on GOV.UK or with OISC advisers before acting. ## Canonical entry points - https://vps.healthcrew.global/ - https://vps.healthcrew.global/chat - https://vps.healthcrew.global/employers ## Developer / API hints (human-readable) - Public API is typically reverse-proxied at `/api/*` (see deployment README): `/api/chat`, `/api/search`, `/api/stats`; health endpoints on the backend (e.g. `/health`). - Responses use UK English (en-GB) context. ## Official primary sources (always cite in product copy) - https://www.gov.uk/government/collections/immigration-statistics-quarterly-release - https://www.gov.uk/government/publications/register-of-licensed-sponsors-workers ## Retrieval order (chat) 1. Keyword search — Elasticsearch visa + employer documents 2. Pre-aggregates — PostgreSQL rollups where loaded 3. Embeddings — Pinecone (statistics narrative chunks + GOV.UK HTML excerpts when ingested) ## Generated Build: 2026-07-15