Skip to content

v4.3.0

Compare
Choose a tag to compare
@davidmezzetti davidmezzetti released this 10 Mar 00:02
· 763 commits to master since this release

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

New Features

  • Add notebook covering txtai embeddings index file structure (#237)
  • Add Image Hash pipeline (#240)
  • Add support for custom SQL functions in embeddings queries (#241)
  • Add notebook for Embeddings SQL functions (#243)
  • Add notebook for near-duplicate image detection (#244)

Improvements

  • Rename SQLException to SQLError (#232)
  • Refactor API instance into a separate package (#233)
  • API should raise an error if attempting to modify a read-only index (#235)
  • Add last update field to index metadata (#236)
  • Update transcription pipeline to use AutoModelForCTC (#238)

Bug Fixes

  • Ensure limit always set in embeddings search/batchsearch (#234)
  • Fix issue with parsing multiline SQL statements bug (#242)