Block 1 - Download PDF
- Type / Role
- n8n-nodes-base.googleDrive - googleDrive
- Config choices
- Version 3
How it works Automates systematic literature review by downloading papers from Google Drive, extracting text, and evaluating them against strict inclusion/exclusion criteria using LLM agents Routes...
n8n-nodes-base.googledrive, n8n-nodes-base.extractfromfile, @n8n/n8n-nodes-langchain.documentdefaultdataloader, @n8n/n8n-nodes-langchain.embeddingsgooglegemini, n8n-nodes-base.splitinbatches, n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatgooglegemini
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jannik Hiller.
Original n8n.io sourceHow it works
Automates systematic literature review by downloading papers from Google Drive, extracting text, and evaluating them against strict inclusion/exclusion criteria using LLM agents
Routes included papers to Qdrant vector stores with Gemini embeddings for semantic search, and excluded papers to a separate folder
Logs all decisions to Airtable with PRISMA-compliant justification for complete audit trails
Set up steps
Connect Google Drive credentials to access your paper folder
Configure Airtable base and table for decision logging
Add OpenAI (GPT-4) and Google Gemini API credentials for LLM evaluation and embeddings
Set up Qdrant instances for vector storage (supports up to 3 collections)
Keep detailed descriptions of your inclusion/exclusion criteria in the sticky notes inside your workflow
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 36 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate systematic literature reviews with Google Drive, GPT-4, Gemini, Qdrant and Airtable |
|---|---|
| Complexity | advanced |
| Nodes | 36 |
| Categories | Document Extraction, AI RAG |
| Author | Jannik Hiller |
| Published | 19 Jan 2026 |
Use the JSON export at /data/workflows/12827/12827.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
How it works Automates systematic literature review by downloading papers from Google Drive, extracting text, and evaluating them against strict inclusion/exclusion criteria using LLM agents Routes...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI RAG use case.