Skip to content
Contextely

Comparison

Contextely vs Zep

Zep models how a fact changed over time. Contextely does not try to: it holds one condensed current answer and re-fetches it from the source the moment its TTL expires.

What Zep is

A memory service built on a temporal knowledge graph, tracking how facts about users and sessions change over time so an agent can reason about what was true when.

Choose Zep when

  • You need to reason about the HISTORY of a fact: what it was in March versus now.
  • Your data is naturally a graph of entities and relationships you want to traverse.
  • Chat-session memory with temporal validity is the core problem you have.

Choose Contextely when

  • You do not need history. You need the CURRENT value, and you need it to be right.
  • The authoritative copy already lives in a database you own, and you would rather re-read it than model its history.
  • Access control per asker is a hard requirement rather than an application concern.
DimensionZepContextely
ModelTemporal knowledge graph with bi-temporal edgesCondensed objects with a freshness contract each, linked by shared entities and topics. A graph you can walk, not one that models how a fact changed over time
Source of truthThe graph, built from ingested episodesYour systems of record. The store is explicitly a cache with rules
Staleness handlingMemory is written when you write it; keeping it current is your pipeline's jobEvery object carries a TTL and is re-fetched from its system of record at query time when it expires
Per-asker permissionsNot a built-in concept. The application above it is expected to scope what it stores and retrievesEntitlement scopes applied inside the retrieval scoring function, before synthesis; unentitled objects score zero
Self-hostOpen source, self-hostableOpen self-host path, Docker, no feature gating

What the store looks like

A cache with rules, not a second source of truth

Every object carries the TTL its source set and the moment it was last read. Anything past its window is re-read from the system of record before it is allowed to answer, so the store never quietly becomes the thing your company believes.

Free for 500 retrievals a month, and self-hostable with no limits.