Hybrid Vector + Graph
CSR graph and HNSW vector index share one pipeline — no separate vector database, no Neo4j + Qdrant split.
Rust + Python engine unifying vector search, graph traversal, and LLM reasoning in a single pipeline — Query → Embed → HNSW → BFS → Score → LLM answer.
