Skip to content

v0.8.0 - RAG and Knowledge Graph Export Layer

Choose a tag to compare

@Edge-Explorer Edge-Explorer released this 06 Sep 06:54
· 70 commits to main since this release

What's New in v0.8.0

  • Markdown Export: Added to_markdown() converting any parsed Document across 15+ formats into clean, unified Markdown.
  • Hierarchical Token-Aware Chunker: Added to_chunks() preserving active heading hierarchies (e.g. Context: H1 > H2) and page numbers for vector embeddings and RAG pipelines.
  • Knowledge Graph Exporter: Added to_graph() generating nodes and edges (CONTAINS, CONTAINS_SECTION, FOLLOWS) for GraphRAG and Neo4j.
  • All 46 tests passing with 0 Ruff lint errors.