v4.2.0

neuml/txtaiv4.2.0Feb 24, 2022by davidmezzetti

AI Summary

This release adds comprehensive Docker configurations and support for loading embedding indexes on cloud storage.

Key Highlights

  • Add default and custom docker configurations
  • Create docker configuration for AWS Lambda
  • Add support for loading/storing embedding indexes on cloud storage
  • Add support for SQL || operator

New Features

  • Default and custom docker configurations
  • AWS Lambda docker configuration
  • Cloud storage support for embedding indexes
  • SQL || operator support

Full Release Notes

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)