v7.1.0
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)