Use Cases
- Automate the retrieval of essays from online sources.
- Build a knowledge base with curated content for AI applications.
- Enhance AI models by loading relevant text data into vector databases.
How It Works
Manually trigger the workflow to start the process. Fetch the list of essays from Paul Graham's website. Extract essay titles and links from the fetched HTML content. Limit the selection to the first three essays for processing. Retrieve the full text of each selected essay. Extract the main text content from the essays. Load the extracted text into the Milvus vector database for further use.
Setup Steps
- 1Import the workflow into your n8n instance.
- 2Set up a Milvus server and create a collection named 'n8n_test'.
- 3Manually execute the workflow to start fetching essays.
Apps Used
Milvus
OpenAI
Web Browser
Categories
Target Roles
Tags
#text processing
#ai content generation
#workflow management