Skip to content

v8.2.0

Latest
Compare
Choose a tag to compare
@davidmezzetti davidmezzetti released this 09 Jan 18:51
· 1 commit to master since this release

This release simplifies LLM chat messages, adds attribute filtering to Graph RAG and enables multi-cpu/gpu vector encoding

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

New Features

  • Add defaultrole to LLM pipeline (#841)
  • Feature Request: Graph RAG - Add extra attributes (#684)
  • Support graph=True in embeddings config (#848)
  • Support pulling attribute data in graph.scan (#849)
  • Encoding using multiple-GPUs (#541)
  • Add vectors argument to Model2Vec vectors (#846)
  • Enhanced Docs: LLM Embedding Examples (#843, #844) Thank you @igorlima!

Improvements

  • Pin build script to pillow==10.4.0 (#800)
  • Ensure generated datetimes are in UTC (#840)
  • Update RAG notebooks to add clarifying notes on LLM inference (#847)