Some features listed below may be pending rollout and not immediately available yet.
Set a model provider on a single project
You can now override your model provider configuration for one project instead of applying a single configuration to the whole account. Projects without an override continue to use the account configuration, and clearing an override returns the project to it. Open the project and select LLM Providers; Project Admins can manage their own project, while account-wide configuration stays with Owners and Admins.
Group graph episodes into documents
You can now pass an optional document_id when you add an episode to a
standalone graph, grouping chunks of the same source — pages of a PDF, sections
of a JSON export, a channel’s messages — the way threads group messages on a
user graph. Episodes that share a document_id resolve pronouns and references
against each other during ingestion, and Zep summarizes the document as it
grows. New endpoints list the episodes belonging to a document or a thread and
return a graph’s document summaries.
Explore the Context Graph from the Memory MCP Server
Connected MCP clients can now follow entity relationships instead of only
searching memory. New tools return a bounded multi-hop neighborhood around seed
entities, an entity’s direct neighbors with the connecting facts, and a list of
raw ingested episodes; graph search adds nodes and edges scopes that return
the entity UUIDs traversal needs. Search remains the first step, and traversal
answers questions about how entities relate. On connections that restrict access
with UserGroup policies, the standalone-graph variants of the new tools need
their own grants; an existing graph.search grant does not cover them.
Set up enterprise SSO from the dashboard
An Account Owner can now configure enterprise single sign-on without handing identity-provider credentials to Zep. Under Account ▸ Settings ▸ Enterprise SSO, submit your issuer URL, client ID, and client secret, and request the email domains your members sign in with. Zep approves each domain request, then validates and enables the connection; nothing changes for members until it is enabled. Available on managed cloud.
Navigate the graph with new neighbors, subgraph, and episode endpoints
You can now walk the Context Graph directly instead of fetching capped edge lists and resolving nodes yourself. New endpoints return a node’s neighbors, a bounded multi-hop subgraph around seed nodes, and paginated episode listings for a user or graph.
- Search and list endpoints accept node- and episode-anchored filters
(
connected_node_uuids,source_node_uuids,target_node_uuids,episode_uuids) to select edges by their endpoints or the episode they were derived from. - Edge responses now include the source and target node names and labels, so a second lookup is no longer needed to display an edge.
- The neighbors and subgraph endpoints traverse in any direction — incoming, outgoing, or both.