Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Squirro 3.7.0 was released .

Table of Contents

What’s New

  • You can now install and run docker on production instances.

    Image RemovedImage Added
  • A link to the Squirro Monitoring space was added to the Spaces Menu, giving administrative users quick access to view their project's activity and data ingestion logs.

    Image RemovedImage Added
  • The PDF-OCR step now includes optional Confidence scoring, which can be enabled at some performance cost.

  • Added a Data Loader option to delete unwanted additional fields by clicking the trash icon.

    Image RemovedImage Added
  • Added a Created At column to show the creation date for proximity rules within AI Studio.

    Image RemovedImage Added
  • Added a new libNLP step to call spaCy running as a Squirro NLP service.

  • Created a Binary Documents pipeline for new projects.

  • Added a HFQuestionAnswering processor that can run Hugging Face question-answering pipelines for inference.

...

  • Improved the performance of PDF document ingestion for pipeline workflows which include ML models.

  • Added information about sender and recipients to the attachments items in the Exchange data loader plugin.

  • Added bulk_labeling functions to handle this types of operation.

  • React widgets will now fetch data only if they are in a visible dashboard section layer.

  • Moved all libNLP steps calling external services (mlflow_maas, endpoint) to the steps subfolder external. For compatibility reasons, the top-level registration was kept, allowing steps to still be addressed via their step name.Added an endpoint for creating bulk labeling.

  • Upgraded React to v18.

  • Clicking on a community typeahead suggestion will now redirect the user to the selected community.

  • Implemented an NLP step for bulk labeling.

  • Added handling config an endpoint for creating bulk labeling.

  • Added handling configuration for the bulk labeling step.

  • The previous “PDF Cannot Be Displayed” error message has been replaced with the more generic “This document cannot be displayed” message and now makes a better attempt to display a working file link.

  • Increased the clickable area for the subscribe button in the Communities List widget.Added a link to the Squirro Monitoring space to the Squirro Spaces popover with current project being selected in the dashboard filter.

  • Squirro now uses tika-pdf-sentences by default for speedier PDF Sentences Tokenization.

  • Analyzed query tokens that might contain valid sub-tokens are now additionally re-written to perform exact phrase matching during query processing. NewYork => ("NewYork"~0 OR NewYork). This enables sub-word matching on New, and York individually relying on the configured SearchAnalyzer (subword-delimiter) - but will additionally match the exact phrase NewYork as well.

  • Implemented a ML endpoint for creating ml job which automatically creates labels.

...