For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
PlaygroundDiscordStatusDashboardSign Up >
DocumentationSDK ReferenceGraphiti
DocumentationSDK ReferenceGraphiti
      • Overview
      • Adding Messages
      • Adding Business Data
      • Batch Ingestion
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
On this page
  • Available methods
  • Customizing how context is built
Adding Context

Overview

Methods for adding data to Zep to build user Context Graphs
Was this page helpful?
Previous

Adding Messages

Learn how to add chat history and messages to Zep.
Next
Built with

Zep builds Context Graphs from the data you provide. There are several methods for adding context to Zep, each suited for different data types and use cases.

Available methods

MethodData TypeBest For
Adding messagesChat messagesReal-time conversation history from your agent
Adding business dataText, JSON, or message formatDocuments, API responses, emails, or other business data
Batch ingestionMany episodes and/or messages in one batchHistorical backfills, document collections, large imports

Customizing how context is built

After adding data, Zep processes it to build Context Graphs. You can customize this process using the options in Customizing context.