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!