Turn quarterly PDFs into a clear earnings brief saved to Google Docs. Built for finance teams that need quick updates on the last three quarters with clear trends and outliers.
A manual run starts by reading file links from a Google Sheet. Google Drive downloads each PDF. The workflow splits the text into small chunks and creates vector data using a Gemini embeddings model. It stores this data in a Pinecone index for fast search. An AI agent uses a vector store tool to find facts from the last three quarters, compares the numbers, and writes a markdown summary. The agent writes with OpenAI while the search tool runs with a Gemini chat model. The final text is inserted into a Google Doc you select.
You will need accounts for Google Sheets, Google Drive, Google Docs, OpenAI, Google Gemini, and Pinecone. Connect credentials in n8n, point the Sheet and Doc to your files, and keep the Pinecone index settings from the template. Many teams cut hours of reading and copying and can prepare board notes, investor updates, or team briefings in minutes.