v0.1.13
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 forNORMAL_TEXT
- Added support for more
Langchain
Document Loaders: Google Drive, Slack, Notion and UnstructuredEmail - Switched default PDF renderer from
weasyprint
toxhtml2pdf
- Removed out-of-the-box dependency for
pango
libraries for PDF generation. Users requiring high-fidelity PDF reports can continue to useweasyprint
andpango
. See configuration guide for more details - Local-UI enhancements
- Configuration file parsing enhancements
- Documentation updates
What's Changed
- Updated Sidebar for Pebblo Docs by @rutujaac in #217
- Topic Classifier Linting/Formatting fixes by @Raj725 in #227
- Ruff and pylint fixes for pebblo/app module by @shreyas-damle in #236
- Integration tests by @siddheshwar-more in #192
- Fixed Pebblo Integration tests by @siddheshwar-more in #252
- Update Pebblo topic classifier to version V8 by @Raj725 in #250
- Reports module formatting and linting fixes by @rutujaac in #253
- [Update] Pebblo UI documentation added. by @KumarNitin19 in #243
- Updated default config value to xhtml2pdf by @KunalJadhav5 in #215
- [Fix] Redirection for local ui implemented by @KumarNitin19 in #242
- Added validation for config and updated renderer details in config documentation. by @KunalJadhav5 in #237
- Adding document anonymizer by @dristysrivastava in #249
- Integration tests added changes to build from main by @siddheshwar-more in #255
- [Fix] Local UI load history table fix by @KumarNitin19 in #245
- Added timezone to date strings in report pdf by @rutujaac in #259
- Ruff formatting fixes by @shreyas-damle in #256
- Added file path for icons by @rutujaac in #260
- Updated Warning message . by @KunalJadhav5 in #248
- Added empty and error states for local UI by @rutujaac in #261
- Updated code to handle limited value in config.yaml by @KunalJadhav5 in #257
- Added Page not found on Pebblo UI by @rutujaac in #263
- Fix for app getting disappeared from local UI while execution is in progress by @shreyas-damle in #265
- Added pebblo UI screenshot and server details note by @rutujaac in #266
- Release 0.1.13 version update pyproject.toml by @siddheshwar-more in #268
- Updating config value anonymizeAllEntities to anonymizeSnippets by @dristysrivastava in #269
- Remove pango dependency by @shreyas-damle in #271
- Update README - remove reference to pango by @srics in #272
Full Changelog: v0.1.12...v0.1.13