Zep.Schemas.SearchResults (Zep v1.0.0)

Copy Markdown View Source

Results of Zep.Graph.search/3 - facts (edges) and/or nodes, depending on scope.

Summary

Types

t()

@type t() :: %Zep.Schemas.SearchResults{
  edges: [Zep.Schemas.Edge.t()],
  nodes: [Zep.Schemas.Node.t()]
}