Skip to content

Releases: daxa-ai/pebblo

v0.1.19

13 Sep 06:57
2b0d6d4
Compare
Choose a tag to compare

Key Highlights

  • Support for new Entities types:
    • GitHub Finegrained Personal Access Token
    • RSA, EC, DSA Private Keys
    • OpenSSH Private Key
    • Google Account Private Key
  • Improved configuration validation
  • Improvements to SQLite DB state storage subsystem
  • Security fixes

What's Changed

New Contributors

Full Changelog: v0.1.18...v0.1.19

v0.1.18

29 Aug 00:15
260c61e
Compare
Choose a tag to compare
image

Key Highlights

  • Confidence score in Local UI for document snippets
  • IP address as a supported entity
  • Improved Entity Classifier accuracy
  • SQLite DB as an option for state storage (beta)
  • Stability improvements in Pebblo Client in Langchain
  • Versioned Pebblo documentation

What's Changed

New Contributors

Full Changelog: v0.1.17...v0.1.18

v0.1.17

31 Jul 20:39
111ebf4
Compare
Choose a tag to compare
image image

Key Highlights

  • Prompt Governance (beta) to find and flag restricted entities like secret-keys in prompt text
  • Checksum based RAG context to document source mapping
  • Logging enhancements, to both console and file logs with rotation
  • Docker config updates
  • Documentation updates based on user community feedback
  • Security fixes for dependency packages
  • Enhanced samples including for SharePoint-Postgres

What's Changed

New Contributors

Full Changelog: v0.1.16...v0.1.17

v0.1.16

21 Jun 06:14
c1c7567
Compare
Choose a tag to compare

release-0.1.6-banner

Key Highlights

  1. Support for Sharepoint loader with authorized identities and extended metadata
  2. Updated pebblo-classifier to Version 9 with improved topic accuracy
  3. Support for Postgress PGVector VectorDB for identity and semantic-topic enforcement
  4. Documentation updates for PebbloRetrieval chain with samples for identity and semantic-topic enforcement

What's Changed

New Contributors

Full Changelog: v0.1.15...v0.1.16

v0.1.15

07 May 01:59
310275e
Compare
Choose a tag to compare

saferetriever-visual-demo-title-card

Key Highlights

  • Dedicated Safe Retriever Local UI page for Visualization of AI apps using PebbloRetrievalChain
  • Visualize top users using LLM inference, including their authorization groups
  • Visualize top documents retrieved from Vector DB to facilitate data governance and compliance
  • Kubernetes deployment of pebblo server docker image
  • Updated samples with upstreamed langchain-google pkg for authorization enabled GoogleDriveLoader
  • Extended metadata support for GoogleDriveLoader - document paths, names, and sizes
  • Initial Pebblo support for LlamaIndex
  • Topic and Entity name enhancements in pebblo-schema

What's Changed

New Contributors

Full Changelog: v0.1.14...v0.1.15

v0.1.14

15 Apr 19:36
db19af9
Compare
Choose a tag to compare

Key highlights

  • [Local UI / Reporting] Display authorized identities in ingested documents
  • [Local UI / Reporting] Display RAG document snippet authorized identities
  • Bubble chart of top semantic topics ingested into Vector DB
  • Add support for Pebblo Cloud API - to display Gen-AI apps in Daxa UI
  • Docker support for pebblo-server installation and deployment
  • Add SafeRetriever sample with Identity and Semantic Topic enforcement

What's Changed

Full Changelog: v0.1.13...v0.1.14

v0.1.13

14 Mar 19:08
1172130
Compare
Choose a tag to compare

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

v0.1.12

28 Feb 19:22
01e0ba2
Compare
Choose a tag to compare

Key highlights

  • New Local-UI to browse the reports at http//localhost:8000/pebblo
  • Enhanced Entity Classifier with context matching for improved accuracy
  • PDF Report generation using xhtml2pdf (removes pango dependency)
  • Documentation updates

pebblo-local-ui-v0 1 12

What's Changed

New Contributors

Full Changelog: v0.1.11...v0.1.12

v0.1.11

16 Feb 12:07
45deaed
Compare
Choose a tag to compare

New features

  1. Pebblo Safe DataLoader is now upstreamed, built-in to the official Langchain release (versions >=0.1.7)
  2. Load history
  3. Configuration support
  4. xhtml2pdf renderer (alternative to weasyprint/pango renderer)
  5. Improved Topic classifier behavior for small chunk sizes
  6. Improved terminal logging with progress bars
  7. Documentation improvements

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.1.11

v0.1.10

08 Feb 07:27
07f7946
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.1.10