tsift-memgraphrag 0.1.66

MemGraphRAG graph projection and retrieval layer for tsift
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# tsift-memgraphrag

MemGraphRAG graph projection and retrieval layer for tsift.

This crate owns the graph/RAG side of first-party memory:

- decay-weighted memory ranking and query packet contracts,
- projection of `tsift-memory` events into `GraphProjection` rows,
- upsert of `.tsift/memory.db` into the shared graph store,
- traversal refresh rows for memory/session/source/semantic retrieval,
- ontology derivation over the shared graph store.

`tsift-memory` remains the durable event database and import substrate. This
crate depends on it; `tsift-memory` does not depend back on MemGraphRAG.