topoteretes · 2026-06-26 · notable
cognee v1.2.2 — truth-subspace reranking for the open-source agent memory platform
cognee v1.2.2 adds truth-subspace reranking: an opt-in retrieval layer that builds centroids from distilled session lessons so the open-source agent memory platform reorders search hits toward what its graph has already learned.
Open-source agent memory gets a reranker that prefers facts the graph has already learned.
What is it?
cognee v1.2.2 ships truth-subspace reranking on top of the open-source memory platform that gives AI agents a persistent knowledge graph across sessions. The release also hardens truth-signature hashing with sha256 and tightens centroid session filtering so the rerank stays scoped to the right context.
How does it work?
Truth-subspace reranking distills past session lessons into centroids and reorders retrieval results by alignment with those centroids, with an optional learned-feedback signal you can turn on. Datasets are tracked through request-local variables so the rerank picks up the active session's context instead of bleeding across users.
Why does it matter?
Vector RAG often returns relevant-but-wrong chunks because cosine similarity does not know which facts the agent has already verified. cognee's truth subspace anchors retrieval to the graph's accumulated knowledge, which is the kind of feature production RAG stacks usually have to hand-roll. Backward-compatible and off by default, so existing deployments can opt in.
Who is it for?
teams building agent stacks with persistent memory
Try it
pip install cognee