v3.0.4
assafelovic/gpt-researcherv3.0.4Aug 12, 2024by assafelovic
AI Summary
This release introduces hybrid research capabilities, allowing users to combine local documents with web search for improved report quality. It adds support for multiple web retrievers and includes a 'Human in the Loop' feature for multi-agent workflows.
Key Highlights
- Hybrid research combining local documents and web search
- Support for multiple web retrievers
- 38% increase in research report quality
- Multi-Agent Human in the Loop feature
New Features
- Hybrid research mode
- Multiple web retrievers
- Human-in-the-loop multi-agents
- Tone parameter support
Full Release Notes
I get excited with every release but for a reason! We're now releasing support for hybrid research and multiple retrievers! 🤯 You can now conduct research using both local documents and web search for optimal research results! In addition, you can add multiple web retrievers for even better breadth of online information with any of our supported web retrievers. We've tested this on several research queries and found and increase of 38% in research report quality and correctness! Thank you again to the #1 community for pushing this forward. This week's special shoutout goes to @0x11c11e for some amazing contributions. ## What's Changed * fix unimport ExaSearch when use Exa by @fei0810 in https://github.com/assafelovic/gpt-researcher/pull/722 * Multi Agents - Human in the Loop by @assafelovic in https://github.com/assafelovic/gpt-researcher/pull/733 * Correct typo in class name HuggingFaceProvider by @wuloi in https://github.com/assafelovic/gpt-researcher/pull/735 * moving the sources box above the logs that follow it by @ElishaKay in https://github.com/assafelovic/gpt-researcher/pull/738 * Add Support for Multiple Retrievers in GPTR by @0x11c11e in https://github.com/assafelovic/gpt-researcher/pull/726 * chore: Update generate_report function to include tone parameter by @0x11c11e in https://github.com/assafelovic/gpt-researcher/pull/741 ## New Contributors * @wuloi made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/735 **Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v3.0.3...v3.0.4