Block 1 - Qdrant Vector Store
- Type / Role
- @n8n/n8n-nodes-langchain.vectorStoreQdrant - vectorStoreQdrant
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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 C...
@n8n/n8n-nodes-langchain.vectorstoreqdrant, @n8n/n8n-nodes-langchain.textsplitterrecursivecharactertextsplitter, @n8n/n8n-nodes-langchain.documentdefaultdataloader, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.code, n8n-nodes-base.googledrive, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Abdellah Homrani.
Original n8n.io sourceThis 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!
⏳ Reading full books or papers to extract core ideas can take hours. 🧠 Manually summarizing or searching inside long documents is inefficient and overwhelming.
Use this workflow to:
⚡ Instant AI-generated book summary 💡 Ability to perform semantic search and question-answering 📁 Summary saved back to your cloud 🧠 Enhanced productivity for learning and research
book_uploads)book_summaries)File Created node to monitor book_uploadsbook_summariesYou can tailor it to your use case:
🌐 Explore more workflows
❤️ Buy more workflows at: adamcrafts 🦾 Custom workflows at: [email protected] [email protected]
> Build once, customize endlessly, and scale your video content like never before. 🚀
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.
| Workflow | Automated book summarization with DeepSeek AI, Qdrant Vector DB & Google Drive |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Document Extraction, AI RAG |
| Author | Abdellah Homrani |
| Published | 01 Jun 2025 |
Use the JSON export at /data/workflows/4566/4566.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.
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 C...
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.