Skip to main content

Crate codemem_graph

Crate codemem_graph 

Source
Expand description

codemem-graph: Graph engine with petgraph algorithms and SQLite persistence.

Provides BFS, DFS, shortest path, and connected components over a knowledge graph with 6 node types and 15 relationship types.

Structsยง

GraphEngine
In-memory graph backed by petgraph, synced to SQLite via codemem-storage.