Structs§
- Graph
Eviction Stats - Stats returned from graph eviction.
Functions§
- assign_
to_ community - Assign a single entity to an existing community via neighbor majority vote.
- cleanup_
stale_ entity_ embeddings - Remove
Qdrantpoints for entities that no longer exist inSQLite. - detect_
communities - Run label propagation on the full entity graph, generate community summaries via LLM,
and upsert results to
SQLite. - run_
graph_ eviction - Run graph eviction: clean expired edges, orphan entities, and cap entity count.