Skip to content

v4.1.0

Compare
Choose a tag to compare
@davidmezzetti davidmezzetti released this 03 Feb 11:55
· 879 commits to master since this release

This release adds the following new features, improvements and bug fixes.

New Features

  • Add entity extraction pipeline (#203)
  • Add workflow scheduling (#206)
  • Add workflow search task to API (#210)
  • Add Console Task (#215)
  • Add Export Task (#216)
  • Add notebook for workflow scheduling (#218)

Improvements

  • Default documentation theme using system preference (#197)
  • Improve multi-user experience for workflow application (#198)
  • Documentation improvements (#200)
  • Add social preview image for documentation (#201)
  • Add links to txtai in all example notebooks (#202)
  • Add limit parameter to API search method (#208)
  • Add documentation on local API instances (#209)
  • Add shorthand syntax for creating workflow tasks in API (#211)
  • Accept functions as workflow task actions in API (#213)

Bug Fixes

  • Object detection model fails to load additional models (#204)
  • Update unit tests to limit cpu usage for word vector tests (#207)
  • Add better error handling around unindexed embedding instances (#212)
  • Fix issue when workflow task generates no output (#214)
  • Add lock to API search methods (#217)