Turning processed knowledge sources into grounded, citation-backed answers. Health Plan Alliance needed more than a public chatbot — Halley AI deployed a controlled, single-tenant knowledge query platform that helps teams search approved content, review supporting evidence, and refresh the processed corpus through a managed workflow.
5-minute read
Health Plan Alliance works with knowledge that lives across documents, tables, summaries, operational references, and program-specific materials. The value is high, but the retrieval problem is real: people need accurate answers without manually opening file after file or trusting an opaque answer with no source trail.
Halley AI built a browser-based knowledge query platform around a processed corpus. Source material can begin in many file formats, then moves through a normalization pipeline that extracts text, tables, summaries, and metadata into a structured bundle. The platform ingests that bundle, chunks it, creates embeddings, and stores the searchable vectors in a local PostgreSQL database with pgvector.
Health plan teams often need answers that depend on the exact wording, source, and context of internal knowledge. A generic assistant can sound confident while missing the evidence trail that users need for trust and review. A static document library can preserve the record but still force staff to search manually, compare files, and reconstruct context by hand.
The platform needed to support practical discovery while respecting operational boundaries: browser access, role-aware administration, controlled refreshes, and clear separation between source material, vector storage, and answer synthesis.
Halley AI deployed a Knowledge Query Platform that starts with processed corpus bundles rather than raw browser uploads. The pipeline organizes extracted text, tables, executive summaries, flags, questions, and manifests into a stable structure that the application can ingest and audit.
store=false.The implementation intentionally avoids OpenAI File Search, OpenAI vector stores, and full-corpus upload to OpenAI-managed storage. Embeddings are generated for retrieval, but returned vectors are stored in the client platform's PostgreSQL/pgvector database. Citations are validated against locally retrieved chunk identifiers before being shown to the user.
Production architecture is designed around a single-tenant browser application with xCatalyst OIDC authentication, Viewer and Admin roles, and no API keys or secrets exposed in the browser. That makes the platform a fit for custom implementation conversations where controlled access, evidence review, and deployment boundaries matter.
Compliance note: This case study describes a controlled custom implementation pattern. HIPAA scope depends on the deployed environment, data-handling rules, vendor contracts, BAA coverage, access controls, retention policy, monitoring, and operating procedures. It is not a blanket statement that every public Halley AI assistant or marketing widget is HIPAA compliant.
The platform gives users a practical way to query complex knowledge while keeping the evidence visible. Instead of treating AI as a standalone chatbot, the system behaves like a controlled retrieval layer over a curated knowledge base.
Health Plan Alliance's Knowledge Query Platform shows how Halley AI can move beyond embedded website assistants into client-specific AI systems. The same core idea applies to associations, healthcare operations, training libraries, member support teams, and internal knowledge centers: normalize the content, store searchable vectors under client control, retrieve evidence, and generate answers with citations.
For organizations evaluating AI in sensitive workflows, the important question is not whether a chatbot can answer a sample question. The question is whether the system can respect data boundaries, surface evidence, refresh knowledge predictably, and fit the way the organization actually operates.
A guided implementation that respects your data boundaries — with evidence, citations, and managed refresh.