Reading Data from the Graph
Zep provides APIs to read Edges, Nodes, and Episodes from the graph. These elements can be retrieved individually using their UUID
, or as lists associated with a specific user_id
or graph_id
. The latter method returns all objects within the user’s or graph’s graph.
Examples of each retrieval method are provided below.