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
v.0.2.2
What's Changed
* Added ability to use custom base_url by arsaboo in https://github.com/assafelovic/gpt-researcher/pull/471
* Update README.md by KPCOFGS in https://github.com/assafelovic/gpt-researcher/pull/473
* corrected documentation for pip-usage by domci in https://github.com/assafelovic/gpt-researcher/pull/476
* Update README.md by assafelovic in https://github.com/assafelovic/gpt-researcher/pull/479
* fix flask example error by Beichen-Ma in https://github.com/assafelovic/gpt-researcher/pull/481
* modified to new cheaper OpenAI embedding by assafelovic in https://github.com/assafelovic/gpt-researcher/pull/483
* Feature/verbose by assafelovic in https://github.com/assafelovic/gpt-researcher/pull/485
New Contributors
* arsaboo made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/471
* KPCOFGS made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/473
* domci made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/476
* Beichen-Ma made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/481
**Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v0.2.1...v.0.2.2