v0.2.3
assafelovic/gpt-researcherv0.2.3May 20, 2024by assafelovic
AI Summary
This release introduces support for researching local documents (PDF, DOCX, etc.), integrates the Serper Search API, and includes documentation improvements alongside stability fixes.
Key Highlights
- Support for local documents including PDF, TXT, DOCX, and CSV
- Integration with Serper Search API
- Local UI support (limited UX due to vanilla JS)
- Updated documentation and troubleshooting guides
New Features
- Local document research capability
- Serper Search API integration
- Enhanced documentation
Full Release Notes
# Research with your local documents 🤯 Excited to finally release GPT Researcher support with local documents! This feature is long overdue and includes support for almost any type of local document such as pdf, text, docx, pptx, csv, xls, md and more! Simply drop your folder dir path as env variable and watch the magic! This feature also adds support for the local UI, however due to vanilla JS limitations it's still not the optimal UX. We plan to add a React based UI which will include improved UX for local documents. Lastly, this release includes some additional stability fixes, new and improved documentation and support for Serper Search API! Thanks to the amazing community for this incredible release and special shoutout to @ElishaKay and @proy9714 ! ## What's Changed * Update trobuleshooting doc to handle installation bugs related to lib… by @satishjasthi in https://github.com/assafelovic/gpt-researcher/pull/497 * Implemented SerpApiSearch Class and removed raise NotImplementedError… by @dphiggs01 in https://github.com/assafelovic/gpt-researcher/pull/498 * SerperSearch Class updates 1. max_results param is now used. 2. timeo… by @dphiggs01 in https://github.com/assafelovic/gpt-researcher/pull/499 * Feature/new docs by @assafelovic in https://github.com/assafelovic/gpt-researcher/pull/507 * Research with local documents by @ElishaKay and @proy9714 in https://github.com/assafelovic/gpt-researcher/pull/452 ## New Contributors * @satishjasthi made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/497 * @dphiggs01 made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/498 **Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v.0.2.2...v0.2.3