Skip to Content

Knowledge Graph

Knowledge graphs are a core output in the Revornix document and section workflow.

Document graphs and section graphs do not follow exactly the same flow:

  • Document graphs can be submitted manually from the document detail page and expose waiting, processing, failed, and success states.
  • Section graphs refresh along with section processing results and change with the section’s document set.
  • The global graph endpoint returns graph data across the current user’s document set.

The graph view supports:

  • Searching entity nodes
  • Switching between knowledge-node and document-node views: the former shows references between entities, while the latter treats documents as nodes and links them by shared entities
  • Clicking an entity node to inspect its source documents and chunks; in document view, clicking a document node jumps straight to that document
  • Browsing document-level and section-level relationships at different scopes
  • A legend that distinguishes node types (entity / document); larger nodes mean more connections

The graph data is stored in Neo4j and is built from document chunks, entities, and their relations.

Last updated on