Expand description
CP Graph - Knowledge graph and vector store
Combines SQLite for structured data with HNSW for vector search.
Structs§
- Graph
Stats - Statistics about the graph store
- Graph
Store - Combined graph and vector store
- Index
Config - Configuration for the persistent HNSW index
- Persistent
Hnsw Index - Persistent HNSW index with mmap-backed storage
- Shared
Persistent Index - Thread-safe wrapper for the persistent index
Functions§
- get_
schema_ version - Get the current schema version
- needs_
migration - Check if the database needs migration
- run_
migrations - Run all pending migrations on the database