Skip to content
FlowHubFluxonLab
A
AI Automationfree

Paul Graham Essay Search & Chat with Milvus Vector Database

by Cheney Zhangadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentDDefault Data LoaderEmbeddings OpenAIEmbeddings OpenAIHTMLHTMLHTTP RequestHTTP RequestMilvus Vector StoreMilvus Vector StoreOpenAI Chat ModelOpenAI Chat ModelRecursive Character Text SplitterRecursive Character Text Splitter
Share Post Share
MaWhen clicking "Execute Workflow"When clicking "…HRFetch Essay ListHtExtract essay namesExtract essay n…SOSplit out into itemsSplit out into …HRFetch essay textsFetch essay tex…LiLimit to first 3HtExtract Text OnlyExtract Text On…TSRecursive Character Text Splitter1Recursive Chara…VSMilvus Vector StoreMilvus Vector S…AgAI AgentChWhen chat message receivedWhen chat messa…DDDefault Data LoaderDefault Data Lo…VSMilvus Vector Store as toolMilvus Vector S…Embeddings OpenAIEmbeddings Open…OpenAI Chat ModelOpenAI Chat Mod…Embeddings OpenAI1Embeddings Open…12345678910
1/5
FLOWS
STEPS · 10
Run manually by an operator

Paul Graham Essay Search & Chat with Milvus Vector Database How It Works This workflow creates a RAG (Retrieval-Augmented Generation) system using Milvus vector database to search Paul Graham essays: Scrape & Load: Fetches Paul Graham essays, extracts text, and stores them as vector embeddings in Milvus Chat Interface: Enables semantic search and AI-powered conversations about the essays Set Up Steps Set up Milvus server following the official installation guide, then create a collection Execute the workflow to scrape essays and load them into your Milvus collection Chat with the AI agent using the Milvus tool to query and discuss essay content

Tags

n8nreference-onlyagentdocument-default-data-loaderembeddings-open-aihtmllm-chat-open-aitext-splitter-recursive-character-text-splittervector-store-milvus
Connects
AAI AgentDDefault Data LoaderembeddingsopenaiEmbeddings OpenAIhtmlHTMLWHTTP RequestmilvusvectorstoreMilvus Vector Store
CategoryAI Automation
Triggermanual
Complexitycomplex
Nodes16
AddedApr 16, 2025

Related workflows

See all AI Automation
DhtmlWopenaichatmodel
free

Scrape and summarize webpages with AI

This workflow integrates both web scraping and NLP functionalities. It uses HTML parsing to extract links, HTTP requests to fetch essay content, and AI-based summarization using GPT-4o. It's an excellent example of an end-to-end automated task that is not only efficient but also provides real value by summarizing valuable content. Note that to use this template, you need to be on n8n version 1.50.0 or later.

by n8n Team
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
binaryinputloaderembeddingsopenaigoogledriveopenaichatmodel
free

Ask questions about a PDF using AI

The workflow first populates a Pinecone index with vectors from a Bitcoin whitepaper. Then, it waits for a manual chat message. When received, the chat message is turned into a vector and compared to the vectors in Pinecone. The most similar vectors are retrieved and passed to OpenAI for generating a chat response. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by David Roberts