Gpt-researcher

Latest version: v0.10.10

Safety actively analyzes 701892 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.2.4

Not secure
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:
- Customizing the research assistant: https://docs.gptr.dev/docs/gpt-researcher/config
- Configuring LLMs: https://docs.gptr.dev/docs/gpt-researcher/llms

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

What's Changed
* remove DOC_Path from docker-compose - rely on .env instead by ElishaKay in https://github.com/assafelovic/gpt-researcher/pull/509
* Adding one-click deploy button for RepoCloud.io to README.md by cosark in https://github.com/assafelovic/gpt-researcher/pull/515
* Fix Pydantic validation of base_url assignment for ChatOpenAI model by mmashnev in https://github.com/assafelovic/gpt-researcher/pull/512
* Added Instructions for Groq by dphiggs01 in https://github.com/assafelovic/gpt-researcher/pull/536
* Implemented GroqProvider by dphiggs01 in https://github.com/assafelovic/gpt-researcher/pull/526
* add support for custom openai api embeddings by sebaxzero in https://github.com/assafelovic/gpt-researcher/pull/528
* langgraph deploy by hwchase17 in https://github.com/assafelovic/gpt-researcher/pull/537
* Add logo to README by assafelovic in https://github.com/assafelovic/gpt-researcher/pull/540
* added pandas dependency for reading csv, commented testing dependenciā€¦ by ElishaKay in https://github.com/assafelovic/gpt-researcher/pull/541
* Adding support for Ollama (both LLM and embeddings) by gschmutz in https://github.com/assafelovic/gpt-researcher/pull/527

New Contributors
* cosark made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/515
* mmashnev made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/512
* sebaxzero made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/528
* gschmutz made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/527

**Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v0.2.3...v0.2.4

0.2.3

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

0.2.1

This is one of the most exciting releases yet. Proud to introduce the latest GPTR x LangGraph integration showcasing the power of flow engineering and multi agent collaboration! Check out the full implementation in the new directory `multi_agents`.

By using [LangGraph](https://python.langchain.com/docs/langgraph/), the research process can be significantly improved in depth and quality by leveraging multiple agents with specialized skills. Inspired by the recent [STORM](https://arxiv.org/abs/2402.14207) paper, this example showcases how a team of AI agents can work together to conduct research on a given topic, from planning to publication. An average run generates a 5-6 page research report in multiple formats such as PDF, Docx and Markdown.

The Multi Agent Team
The research team is made up of 7 AI agents:
- **Chief Editor** - Oversees the research process and manages the team. This is the "master" agent that coordinates the other agents using Langgraph.
- **Researcher** (gpt-researcher) - A specialized autonomous agent that conducts in depth research on a given topic.
- **Editor** - Responsible for planning the research outline and structure.
- **Reviewer** - Validates the correctness of the research results given a set of criteria.
- **Revisor** - Revises the research results based on the feedback from the reviewer.
- **Writer** - Responsible for compiling and writing the final report.
- **Publisher** - Responsible for publishing the final report in various formats.

Architecture
<div align="center">
<img align="center" height="600" src="https://cowriter-images.s3.amazonaws.com/gptr-langgraph-architecture.png">
</div>
<br clear="all"/>

0.2.0

Super excited to share the latest release, highly contributed by the the one and only proy9714 šŸ‘

Introducing long and detailed reports, with a completely new architecture inspired by the latest [STORM](https://arxiv.org/abs/2402.14207) paper.

In this method we do the following:

1. Trigger Initial GPT Researcher report based on task
2. Generate subtopics from research summary
3. For each subtopic the headers of the subtopic report are extracted and accumulated
4. For each subtopic a report is generated making sure that any information about the headers accumulated until now are not re-generated.
5. An additional introduction section is written along with a table of contents constructed from the entire report.
6. The final report is constructed by appending these : Intro + Table of contents + Subsection reports

In addition, this release includes support for Azure OpenAI norrisp90

v.0.1.6
This release is largely thanks to proy9714 for some high impact contributions!
1. Support for downloading research as docx file https://github.com/assafelovic/gpt-researcher/pull/403
2. Support for Gemini provider https://github.com/assafelovic/gpt-researcher/pull/408
3. Improved report generation with hyperlinks https://github.com/assafelovic/gpt-researcher/pull/404
4. Support for Python3.10 https://github.com/assafelovic/gpt-researcher/pull/403

Huge shoutout to proy9714 šŸ‘

0.1.5

Another great release thanks to the amazing community! ā¤ļø

Big shoutout to the following contributions:
proy9714 for adding newpaper3k support for better article scraping https://github.com/assafelovic/gpt-researcher/pull/365
jimmylin0979 for adding support for additional embeddings such as Mistral, Ollama and HuggingFace https://github.com/assafelovic/gpt-researcher/pull/375
assafelovic adding support for pdf styling of research reports https://github.com/assafelovic/gpt-researcher/pull/396
WarrenTheRabbit for fixing a documentation typo https://github.com/assafelovic/gpt-researcher/pull/391

Thank you to everyone and looking forward for more contributions!

0.1.4

Excited to introduce latest version that removes strict dependencies from requirements.txt, fixes some installation issues and adds support for virtual env and Poetry!

Big shoutout to contributors aaaastark for the PR: https://github.com/assafelovic/gpt-researcher/pull/319

Page 4 of 6

Ā© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.