Log in Sign up

Enterprise: SSO / SAML via your IdP. This link uses the corporate portal (password or IdP once wired).

Request Enterprise Demo

How Care-Intel fits together and the fastest path to a working query.

What Care-Intel is

Care-Intel is a healthcare intelligence platform built on a proprietary knowledge graph. Open datasets and clinical ontologies are fused in Memgraph; products consume that graph through the Monitor API. Frontends never connect to the warehouse or graph database directly.

Core products

  • GraphRAG Services — natural-language questions answered with multi-hop graph evidence.
  • Subgraphs — governed slices delivered as Parquet / JSONL with published schemas.
  • Analytics Platforms — graph-native clinical and commercial analytics.
  • Graph Playground — public read-only Cypher sandbox with Redis-backed results.

Recommended path

  1. Read the Knowledge graph guide.
  2. Open the Playground and run a starter query.
  3. Review the product guide that matches your use case (GraphRAG, Subgraphs, or Analytics).
  4. See Pricing or request a demo for licensed access.

Architecture boundary

Browser / PHP site
  → Monitor API (HTTPS)
    → Redis (cache / state store)
    → Memgraph (graph) + Postgres (warehouse metadata)

The playground and product UIs only talk to the API. Cached responses keep the playground usable when the graph is under load.