v0.2.8
assafelovic/gpt-researcherv0.2.8Jul 6, 2024by assafelovic
AI Summary
This release adds new search capabilities, specifically Arxiv integration, and improves support for LangChain documents. It also includes critical stability fixes to prevent stale references from persisting across research runs.
Key Highlights
- Addition of Arxiv Search retriever
- Support for LangChain documents
- Fix for stale references in reports
New Features
- Arxiv retriever
- LangChain documents support
- Reference cleanup
Full Release Notes
This release includes additional search retrievers (Arxiv and more!), and some important stability and quality improvements from improved research quality to UX/UI. ## What's Changed * chore: Update retrievers imports by @0x11c11e in https://github.com/assafelovic/gpt-researcher/pull/631 * Correct issue #623 where references from proir runs may remain. by @adrianhensler in https://github.com/assafelovic/gpt-researcher/pull/632 * Adding Arxiv Search by @Ayman-Ameen in https://github.com/assafelovic/gpt-researcher/pull/543 * Support langchain documents by @hslee16 in https://github.com/assafelovic/gpt-researcher/pull/630 ## New Contributors * @0x11c11e made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/631 * @adrianhensler made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/632 * @Ayman-Ameen made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/543 * @hslee16 made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/630 **Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v0.2.7...v0.2.8