Generate Community Insights from Hacker News Comments with Qdrant and OpenAI - n8n Workflow | Neura Market
Generate Community Insights from Hacker News Comments with Qdrant and OpenAI
This workflow analyzes Hacker News comments by clustering them using Qdrant and extracting insights with OpenAI, helping researchers identify community consensus on topics.
This n8n workflow automates the process of gathering comments from Hacker News, storing them in a Qdrant vector database, and applying a clustering algorithm to group similar comments. It then uses OpenAI to generate insights from these clusters, which are exported to Google Sheets for further analysis. This process is particularly useful for researchers or users interested in understanding the community's consensus and frequently mentioned positives and negatives on specific topics.
Platform
n8n
Category
AI
Price
Free
Creator
Finn O'Brien
set
code
filter
splitOut
hackerNews
stickyNote
httpRequest
googleSheets
manualTrigger
executeWorkflow
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.