Choose a Zep solution
Select the context scope that matches the agent's task
Start with the information that the agent needs. Then identify who owns that context. The three solutions use the same lifecycle with different graph scopes and retrieval paths.
Combine solutions when a task requires multiple scopes
An agent can retrieve from more than one authorized Context Graph. For example, a support agent can use:
- An account Context Graph for contracts, cases, and product history.
- A user graph for the current person’s conversations and preferences.
- An enterprise Context Graph for support policies and runbooks.
Keep each data set in the graph that matches its subject and access boundary. Combine the retrieved context in the application.
Next steps
- Use Architecture patterns to select the graph, ingestion, and retrieval model.
- Use Working with Context to implement the ingest, shape, and retrieve lifecycle.
- Use Governance to control access and review activity.