Automated AI Book Summarizer with Qdrant, DeepSeek & Google Drive - n8n Workflow | Neura Market
Automated AI Book Summarizer with Qdrant, DeepSeek & Google Drive
Automates book summarization from Google Drive uploads using Cohere embeddings, Qdrant vector DB for semantic search, and DeepSeek LLM for instant summaries and Q&A.
This n8n workflow transforms long books or documents uploaded to Google Drive into concise AI-generated summaries and enables semantic search capabilities. It triggers on new file uploads in a designated folder, splits the content into chunks, generates embeddings with Cohere, stores them in Qdrant vector database for retrieval, and uses DeepSeek (or another LLM) to create comprehensive summaries and answer questions based on the content. Finally, it saves the summary back to Google Drive and cl
Platform
n8n
Category
Healthcare
Price
$24.99
Creator
Maxim Luong
AI
Summarization
Google Drive
Qdrant
DeepSeek
Cohere
Vector Database
Embeddings
RAG
Research
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.