Documentation
¶
Overview ¶
Cortex Query — composable retrieval over one local CortexDB file.
This example shows the "third path" CortexDB is aiming for: no Qdrant, Neo4j, or service stack, but still a practical agent retrieval pipeline:
dense vector prefetch + lexical FTS5 prefetch + graph/entity prefetch
-> weighted RRF fusion -> optional payload/formula ranking
It runs fully offline with precomputed toy vectors.
go run ./examples/15_cortex_query
Click to show internal directories.
Click to hide internal directories.