Expands RAG to any function, new quickstart examples and many improvements
See below for full details on the new features, improvements and bug fixes.
New Features
- Add support for any callable search function in RAG pipeline (#1000)
- Add notebook covering any search method with the RAG Pipeline (#1002)
- Add RAG Quickstart Example (#991)
- Add Agent Quickstart Example (#992)
- Add Workflow Quickstart Example (#996)
Improvements
- Upgrade GLiNER (#988)
- Add Textractor as top level import (#989)
- Add support for wildcards in scoring term search (#990)
- Update documentation to use more current LLMs (#995)
- Update deprecated transformers torch_dtype parameter (#997)
- Add new LLM default parameters (#998)
- Update default LLM model (#999)
- Modernize example notebooks (#1001)