Recipe Recommendations with Qdrant and Mistral — n8n Workflow
Overzicht
This n8n workflow demonstrates creating a recipe recommendation chatbot using the Qdrant vector store recommendation API.
Use this example to build recommendation features in your AI Agents for your users.
How it works
For our recipes, we'll use HelloFresh's weekly course and recipes for data. We'll scrape the website for this data. Each recipe is split, vectorised and inserted into a Qdrant Collection using Mistral Embeddings Additionally the whole recipe is stored in a SQLite database for l
Gebruikte knooppunten
Workflow-voorvertoning
Hoe het werkt
- 1
Trigger
De workflow start met een trigger-trigger.
- 2
Verwerking
Gegevens stromen door 24 knooppunten, connecting agent, chattrigger, code.
- 3
Uitvoer
De workflow voltooit zijn automatisering en levert het resultaat aan de geconfigureerde bestemming.
Knooppuntdetails (24)
HTTP Request
httpRequest
Code
code
HTML
html
AI Agent
n8n-nodes-langchain.agent
Recursive Character Text Splitter
n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter
Call n8n Workflow Tool
n8n-nodes-langchain.toolWorkflow
Default Data Loader
n8n-nodes-langchain.documentDefaultDataLoader
Embeddings Mistral Cloud
n8n-nodes-langchain.embeddingsMistralCloud
Mistral Cloud Chat Model
n8n-nodes-langchain.lmChatMistralCloud
Qdrant Vector Store
n8n-nodes-langchain.vectorStoreQdrant
Hoe deze workflow te importeren
- 1Klik op de knop JSON downloaden rechts om het workflowbestand op te slaan.
- 2Open uw n8n-instantie. Ga naar Workflows → Nieuw → Importeren uit bestand.
- 3Selecteer het gedownloade bestand
recipe-recommendations-with-qdrant-and-mistralen klik op Importeren. - 4Stel inloggegevens in voor elk serviceknooppunt (API-sleutels, OAuth, enz.).
- 5Klik op Workflow testen om te controleren of alles werkt, activeer het vervolgens.
Of plak rechtstreeks in n8n → Importeren uit JSON:
Integraties
Gemaakt door
Jimleuk
@jimleuk
Tags
Nieuw bij n8n?
n8n is een gratis open-source workflow-automatiseringstool. Host het zelf of gebruik de cloudversie.
n8n gratis ophalen →