Skip to content

v7.1.0

Latest
Compare
Choose a tag to compare
@davidmezzetti davidmezzetti released this 19 Apr 12:54
· 23 commits to master since this release

This release adds dynamic embeddings vector support along with semantic graph and RAG improvements

See below for full details on the new features, improvements and bug fixes.

New Features

  • Add support for dynamic vector dimensions (#674)
  • Add batch node and edge creation for graphs (#693)
  • Add notebook on Retrieval Augmented and Guided Generation (#694)

Improvements

  • Pass options to underlying vector models (#675)
  • Move vector model caching from Embeddings to Vectors (#678)
  • Add indexids only search (#691)
  • Create temporary tables once per database session (#692)

Bug Fixes

  • Fix token storage auth error (#676)
  • TypeError: 'NoneType' object is not iterable (#683)
  • Fix issue with hardcoded autoawq version in example notebooks (#686)
  • API deps missing Pillow (#690)