Skip to content

Releases: assafelovic/gpt-researcher

Mega refactor for optimized modularity 🎉🎆

13 Nov 18:35
709ee8c
Compare
Choose a tag to compare

We’re excited to release the next generation of GPT Researcher! We’ve completely refactored the code base to be more modular, customizable, stable and accurate. We’ve added many new features, improvements and bug fixes.

Below is a list of the main changes:

  • Improved report generation prompt for better accuracy and quality.
  • Added a new config structure including support for external JSON files.
  • Redesigned GPT Researcher library to be enabled as a stand alone agent in any project (see example in repo).
  • Added new structure for retrievers, enabling a better developer experience for adding and modifying information retrievers.
  • Optimized configuration for latest GPT-4 Turbo model.
  • Fixed issues with scraping and improved overall stability and speed.
  • Added support for arxiv and pdf scraping urls.
  • Added a rich documentation site with Docusaurus (see docs.tavily.com).
  • Updated all Python packages to latest for most up to date performance and experience

Just git pull the latest version and give it a run!
Next, we’re building embedding support and long term memory!
To see what’s next on our roadmap check it out here: https://trello.com/b/3O7KBePw/gpt-researcher-roadmap

GPT-4 Turbo Integration 🚀

07 Nov 15:19
2ab29ad
Compare
Choose a tag to compare

Excited to connect GPT Researcher with the latest GPT-4 Turbo (128 context windows). This elevates the research agent to new levels, allowing much more RAG online information including a more detailed and comprehensive report generation.

Added features for improved research quality

21 Oct 11:26
Compare
Choose a tag to compare

We're excited to announce the latest release of GPT Researcher! This release includes an addition of various and powerful search engines for improved overall research quality and experience.

  1. Tavily API - An LLM focused search engine for optimized, explicit and factual results. It's free of use (!)
  2. Serp API - Requires paid account
  3. Google search API - Requires paid account
  4. Searx - Meta search engine.

In addition, this release includes additional performance improvements and bug fixes.

Quality + Performance improvements

03 Oct 14:21
be3e7a3
Compare
Choose a tag to compare
  • Improved prompt engineering for writing and extracting information
  • Added Permchain integration for new direction POC with autonomous agents at scale
  • Fixed issues with chrome driver and stability improvements
  • Added ability to use gpt-researcher without sockets as a standalone function

Stability Improvements

10 Sep 15:13
8782701
Compare
Choose a tag to compare

Added stability improvements for installation across various OSSs.

v0.0.4 🚀

14 Aug 06:34
d48f265
Compare
Choose a tag to compare
  • Integration with Langchain to enable multiple LLMs selection and further collaboration
  • Improved auto agent generation
  • Improved Docker setup
  • Stability Improvements

v0.0.3

26 Jul 05:24
f9b59b6
Compare
Choose a tag to compare

Includes stability improvements and a new exciting feature for automating the generation of the research agent based on the given task for improved writing quality.

Stability improvements 🚀

15 Jul 07:09
e4023c5
Compare
Choose a tag to compare

Added improved stability, Docker support and more updated libraries.

Stability releases 🚀

10 Jul 16:00
7a1161d
Compare
Choose a tag to compare
Merge pull request #10 from assafelovic/rotemweiss57-patch-1

Update README.md

Initial Alpha

09 Jul 17:19
38ca28a
Compare
Choose a tag to compare

This release includes the initial alpha development of the GPT Researcher. The alpha version includes both client (HTML) and backend (FastAPI) support for better customizability.