Automated Book Summarization with DeepSeek AI, Qdrant Vector DB & Google Drive β n8n Workflow
Overview
π AI Book Summarizer with Vector Search β n8n Automation
Overview This n8n workflow automates the process of summarizing uploaded books from Google Drive using vector databases and LLMs. It uses Cohere for embeddings, Qdrant for storage and retrieval, and DeepSeek or your preferred LLM for summarization and Q&A. Designed for researchers, students, and productivity enthusiasts!
Result Example
Problem π οΈ
β³ Reading full books or papers to extract core ideas can take hours. π§ Manually summari
Nodes used
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a trigger trigger.
- 2
Process
Data flows through 21 nodes, connecting agent, chainretrievalqa, code.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (21)
HTTP Request
httpRequest
Google Drive
googleDrive
Code
code
AI Agent
n8n-nodes-langchain.agent
Question and Answer Chain
n8n-nodes-langchain.chainRetrievalQa
Embeddings Cohere
n8n-nodes-langchain.embeddingsCohere
Simple Memory
n8n-nodes-langchain.memoryBufferWindow
Vector Store Retriever
n8n-nodes-langchain.retrieverVectorStore
Recursive Character Text Splitter
n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter
Default Data Loader
n8n-nodes-langchain.documentDefaultDataLoader
Qdrant Vector Store
n8n-nodes-langchain.vectorStoreQdrant
Information Extractor
n8n-nodes-langchain.informationExtractor
DeepSeek Chat Model
n8n-nodes-langchain.lmChatDeepSeek
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows β New β Import from file.
- 3Select the downloaded
automated-book-summarization-with-deepseek-ai-qdrant-vector-db-google-drivefile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n β Import from JSON:
Integrations
Created by
Abdellah Homrani
@adamcrafts
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free β