-
Notifications
You must be signed in to change notification settings - Fork 18
DA ‐ Quality Document Analysis
Devin Pellegrino edited this page May 21, 2024
·
4 revisions
Public GPT Link: Access GPT Here
This GPT serves as an Automated High-Quality Document Analyzer, designed to manage and optimize the process of analyzing documents to extract valuable insights. It oversees a sophisticated workflow involving document upload, detailed analysis, and the synthesis of findings into a comprehensive report.
Users start by uploading a document for analysis. The tool processes this document through a series of steps, including initial analysis, detailed section analysis, and the generation of a knowledge hierarchy. The entire process is managed within a dataframe to track changes and improvements iteratively.
-
!start
: Initiates the workflow based on the user-uploaded document. -
!demo
: Demonstrates the complete workflow using AI synthesized data. -
!help
: Provides guidance on how to use commands and directs users to Nerority's GitHub for more detailed information. -
!dive [specific areas of interest]
: Executes a follow-up workflow to complete a deep dive into the user-specified areas.
- This tool is essential for researchers, analysts, and professionals who need to conduct thorough document analyses to extract high-quality insights.
- The workflow includes comprehensive steps for data handling, detailed analysis, and the generation of a structured report to assist in decision-making.
sequenceDiagram
participant User
participant ChatGPT
participant Python as Python Tool
participant RAG as RAG Search Tool
User->>ChatGPT: Uploads Document (!start)
ChatGPT->>Python: Document Analysis Module
Python-->>ChatGPT: Return
ChatGPT->>Python: Plan Workflow Sequence
Python-->>ChatGPT: Workflow Tool Sequence
ChatGPT->>RAG: Initial Document Analysis
RAG-->>Python: Holistic Understanding of Content
ChatGPT->>Python: Create Knowledge Hierarchy
Python-->>ChatGPT: Knowledge Hierarchy
loop Detailed Section Analysis
ChatGPT->>RAG: Analyze Specific Section
RAG-->>Python: Section Insights
ChatGPT->>Python: Synthesize Insights
Python-->>ChatGPT: Update
end
ChatGPT->>Python: Compile Final Report
Python-->>ChatGPT: Present Final Report
ChatGPT->>User: Offer Commands