v0.2.0
assafelovic/gpt-researcherv0.2.0Apr 2, 2024by assafelovic
AI Summary
A major architectural overhaul inspired by the STORM paper, introducing long and detailed reports with subtopic generation and accumulation, plus Azure OpenAI support.
Key Highlights
- Long and detailed reports based on STORM architecture
- Automatic subtopic generation from research summaries
- Accumulation of headers to avoid re-generation
- Azure OpenAI provider support
New Features
- STORM-inspired report generation
- Subtopic-based research accumulation
- Azure OpenAI integration
Full Release Notes
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