CP Graph
Knowledge graph and vector store for Canon Protocol (CP).
Overview
CP Graph provides:
- SQLite-based storage for documents, chunks, embeddings
- Vector indexing with HNSW
- Merkle tree root computation
- SQL migrations
Usage
use GraphStore;
let store = new?;
let docs = store.get_all_documents?;