Retrieve

Methods for retrieving context from user Context Graphs

This is the Retrieve stage of Working with Context. Retrieve relevant context after you ingest data and optionally shape the graph.

Zep produces several context types from a user’s graph. You can use three methods to assemble these types for your agent.

Context types

Each method assembles one or more context types into a string. The default Context Block can include all six types when they are available and relevant.

Read the context types overview to compare the types.

Available methods

MethodQuery controlFormat controlUse case
Zep’s Context BlockAutomatic (four most recent messages)FixedAutomatic relevance and format
Context templatesAutomatic (four most recent messages)CustomConsistent formatting across threads
Advanced constructionFull controlFull controlCustom queries and formats

Choosing a method

Use Zep’s Context Block when you want Zep to select and format relevant context.

Use context templates when you need a consistent format and automatic relevance detection.

Use advanced construction when you must control the query, selected results, or format.