hi all!
I created a simple free tool where you can summarize and query documents of any size and estimate the cost to do so: https://www.wrotescan.com
You can edit the prompts as well as automatically chunk and combine documents.
Let me know if you want me to run some examples for you! Send me a pdf and tell me what you'd like summarized or extracted.
Tips
Please be sure to keep {text} in both prompts or the program will not input your document's text into the map reduce summarizer.
{text} can only appear once in each prompt. It is where the text from each chunk to be summarized is input into the prompts.
Learnings
Some interesting learnings I had while creating the tool:
- Minimizing the number of steps through the AI improved summarization, so map reduce was often better than a more advanced refine workflow which passes the output through the model many more times.