Skip to content

v0.7.0 - Memory Hardening and Performance Benchmarks

Choose a tag to compare

@Edge-Explorer Edge-Explorer released this 07 Sep 05:29
· 55 commits to main since this release

What's New in v0.7.0

  • Memory Profiling Suite: Added benchmarks/memory_profile.py to mathematically profile and verify CPU memory consumption on large multi-page documents.
  • Streaming Verification: Verified peak RSS remains strictly under the 250MB budget limit across 100-page document ingestion and RAG chunk generation.
  • Zero Memory Leaks: Audited generator stream pipelines across all document extractors.
  • All 46 tests passing with 0 Ruff lint errors.