Skip to content

v4.2.0

Compare
Choose a tag to compare
@davidmezzetti davidmezzetti released this 24 Feb 11:47
· 859 commits to master since this release

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

New Features

  • Add notebook for workflow notifications (#225)
  • Add default and custom docker configurations (#226)
  • Create docker configuration for AWS Lambda (#228)
  • Add support for loading/storing embedding indexes on cloud storage (#229)

Improvements

  • Add support for SQL || operator (#223)
  • Add flag to disable loading index data in API (#230)

Bug Fixes

  • Modify database decoder methods to check for None (#220)
  • Modify embeddings search to make return type consistent when index initialized and not initialized (#221)
  • Embeddings index returning malformed JSON errors in certain situations (#222)
  • Check for empty documents input before indexing (#224)