Graph API Endpoints
Traverse relationships and inspect graph structure.
- GETSemantic traversal
Expand from a starting memory along edges matching a natural language query.
/api/v1/graph/traverse
- GETFind path
Find the shortest path between two memories.
/api/v1/graph/path
- GETGet neighborhood
Return all memories within N hops of a given memory.
/api/v1/graph/neighborhood
- GETFind hub memories
Return the most connected memories in your graph.
/api/v1/graph/hubs