Releases: assafelovic/gpt-researcher
Mega refactor for optimized modularity 🎉🎆
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 🚀
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
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.
- Tavily API - An LLM focused search engine for optimized, explicit and factual results. It's free of use (!)
- Serp API - Requires paid account
- Google search API - Requires paid account
- Searx - Meta search engine.
In addition, this release includes additional performance improvements and bug fixes.
Quality + Performance improvements
- 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
Added stability improvements for installation across various OSSs.
v0.0.4 🚀
- Integration with Langchain to enable multiple LLMs selection and further collaboration
- Improved auto agent generation
- Improved Docker setup
- Stability Improvements
v0.0.3
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 🚀
Added improved stability, Docker support and more updated libraries.
Stability releases 🚀
Merge pull request #10 from assafelovic/rotemweiss57-patch-1 Update README.md
Initial Alpha
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.