Skip to content

Releases: assafelovic/gpt-researcher

v3.0.3

04 Aug 07:47
Compare
Choose a tag to compare

Excited to release our latest innovation in multi agent long report collaboration! Thanks to @DandinPower we've made progress in building long reports based on parallel agent work on a given topic with minimal redundancy in report quality. This is another step in building the leading AI research agent. Thanks to the amazing community for further pushing boundaries!

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.0.3

v3.0.2

29 Jul 05:42
200ac43
Compare
Choose a tag to compare

This week includes improves UX/UI features such as selecting specific research sources, additional retrieval for scholars and the new GPT 4o mini to replace gpt-3.5-turbo. Thank you to the community for this great contributions!

What's Changed

Full Changelog: v.0.3.1...v3.0.2

v.0.3.1

21 Jul 07:50
Compare
Choose a tag to compare

What's Changed

  • Fix ollamaprovider error by @arsaboo in #667
  • Fix tone issue related to the default constructor of GPTResearcher by @0x11c11e in #674
  • added the unify provider to gpt-researcher by @vedpatwardhan in #661
  • Sanitize Directory Names to Ensure Compatibility with Windows by @0x11c11e in #679
  • Bugfix: Enable use of ollama and searx without commercial services / Remove openai and tavily dependency (and fixed missing tone errors) by @xdadrm in #681
  • Fixes: Default retriever, sanitizing by @ruzicka02 in #683
  • Added gptr-logo to frontend/static by @muhammedsaidckr in #682
  • Make header an optional argument in TavilyClient by @nikkag in #685
  • docs: add Japanese README by @eltociear in #686
  • add support for markdown file download from UI by @pkandarpa-cs in #688

New Contributors

Full Changelog: v0.3.0...v.0.3.1

v0.3.0

15 Jul 10:22
Compare
Choose a tag to compare

We're excited to introduce our latest release that includes a completely new UX/UI frontend built with NextJS! This is a huge milestone for the GPT Researcher community, now enabling not only an in depth high quality research agent, but also an optimal research user experience. In addition the release includes some additional performance and stability improvements. Thanks again the amazing community! Check out the new frontend in action:

videoplayback.2.mp4

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.3.0

Stability and Quality improvements

06 Jul 13:54
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.7...v0.2.8

Stability improvements

23 Jun 09:53
Compare
Choose a tag to compare

What's Changed

  • Update introduction.md fixing broken link by @AADaoud in #606
  • update on using json_repair from the author of json_repair, thanks! by @pfrench42 in #607
  • extract_headers() was throwing an exception when it was examining a l… by @pfrench42 in #610
  • Implement more graceful JSON handling on choose_agent in master/actions.py by @AADaoud in #616

New Contributors

Full Changelog: v.0.2.6...v0.2.7

v.0.2.6

16 Jun 08:33
686bc9c
Compare
Choose a tag to compare

This release includes additional stability and performance improvements. In addition, excited to support custom retrievers - Custom retrievers allow you to use any search engine that provides an API to retrieve documents and is widely used for enterprise research tasks. Thanks again to the amazing community for all the contributions!

What's Changed

  • change deployment name to model to fix the init of the azureopenai model by @xiepei1 in #594
  • use repair_json() on output of sub_queries to stop exceptions on local models by @pfrench42 in #596
  • fix: similarity_threshold config by @gkhngyk in #597
  • Lazily import langchain-huggingface to avoid obligatory install by @ldorigo in #599
  • added implementation for custom retriever by @assafelovic in #602

New Contributors

Full Changelog: v.0.2.5...v.0.2.6

Stability improvements

09 Jun 06:25
424f049
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v.0.2.5

LLMs support 🤖

27 May 10:41
Compare
Choose a tag to compare

Excited for yet another HUGE release that includes LLM support for the following: Llama3, Mistral, Anthropic, HuggingFace, Together AI, Gemini and more!

We've also updated our docs including examples:

This release also includes LangGraph deployment by @hwchase17 and additional stability improvements. Thank you to all the amazing contributions!

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

Research Local Documents 📄🤯

20 May 06:44
5c0f4e7
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v.0.2.2...v0.2.3