Expand description
Graph store factory — select and create the right store backend.
§Backends
| Backend | Store Type | Use Case |
|---|---|---|
InMemory | ArrowGraphStore | Tests, short-lived queries |
KnowledgeGraph | KgStore | Prefix-aware KG operations |
Simple | SimpleTripleStore | Default namespace + layer |
Structs§
- Graph
Store Config - Configuration for graph store creation.
Enums§
- Created
Store - Created graph store — enum dispatch over backend types.
- Graph
Backend - Available graph store backends.
Functions§
- available_
backends - List available graph backends. All are always available (CPU Arrow).
- create_
default_ store - Create a graph store with default configuration (KnowledgeGraph backend).
- create_
graph_ store - Create a graph store based on configuration.