Scientific RAG
API Docs ↗

Graph Evolution

K(t+1) = F(K(t), Q(t), A(t)) — absorb, compress, gap detection

Absorb Q&A

Fold a Q&A pair into the knowledge graph as a Question node

Compress

Merge semantically duplicate entities (cosine sim > threshold)

Knowledge Gaps

Orphan methods, singleton datasets, detached papers

Scanning…