Skip to content

v0.1.13

Compare
Choose a tag to compare
@srics srics released this 14 Mar 19:08
· 213 commits to main since this release
1172130

Key highlights

  • Anonymize snippets to redact all PII details in the generated report (both PDF and local UI)
  • Improved Topic Classifier model with better F1 score (accuracy, recall) for MEDICAL_ADVICE, HARMFUL_ADVICE and reduced false positives for NORMAL_TEXT
  • Added support for more Langchain Document Loaders: Google Drive, Slack, Notion and UnstructuredEmail
  • Switched default PDF renderer from weasyprint to xhtml2pdf
  • Removed out-of-the-box dependency for pango libraries for PDF generation. Users requiring high-fidelity PDF reports can continue to use weasyprint and pango. See configuration guide for more details
  • Local-UI enhancements
  • Configuration file parsing enhancements
  • Documentation updates

What's Changed

Full Changelog: v0.1.12...v0.1.13