Skip to content

Detailed reports 🤯🚀

Compare
Choose a tag to compare
@assafelovic assafelovic released this 02 Apr 07:10
· 1520 commits to master since this release
eccc73f

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 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