Recipe Recommendations with Qdrant and Mistral — n8n Workflow

High complexity Trigger24 nodes🏷️ Miscellaneous👁 6,207 viewsby Jimleuk

Overview

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

Nodes used

HTTP RequestCodeHTMLAI AgentRecursive Character Text SplitterCall n8n Workflow ToolDefault Data LoaderEmbeddings Mistral CloudMistral Cloud Chat ModelQdrant Vector Store

Workflow Preview

Loading workflow preview...

How it Works

  1. 1

    Trigger

    The workflow starts with a trigger trigger.

  2. 2

    Process

    Data flows through 24 nodes, connecting agent, chattrigger, code.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (24)

HT

HTTP Request

httpRequest

#1
CO

Code

code

#2
HT

HTML

html

#3
AI

AI Agent

n8n-nodes-langchain.agent

#4
RE

Recursive Character Text Splitter

n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter

#5
CA

Call n8n Workflow Tool

n8n-nodes-langchain.toolWorkflow

#6
DE

Default Data Loader

n8n-nodes-langchain.documentDefaultDataLoader

#7
EM

Embeddings Mistral Cloud

n8n-nodes-langchain.embeddingsMistralCloud

#8
MI

Mistral Cloud Chat Model

n8n-nodes-langchain.lmChatMistralCloud

#9
QD

Qdrant Vector Store

n8n-nodes-langchain.vectorStoreQdrant

#10

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded recipe-recommendations-with-qdrant-and-mistral file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Recipe Recommendations with Qdrant and Mistral", "nodes": [...], ...}

Integrations

agentchattriggercodedocumentdefaultdataloaderembeddingsmistralcloudexecuteworkflowtriggerhtmlhttprequestlmchatmistralcloudmanualtriggermergesettextsplitterrecursivecharactertextsplittertoolworkflowvectorstoreqdrantwait

Get This Workflow

Download and import in one click

View on n8n.io
Nodes24
Complexityhigh
Triggertrigger
Views6,207

Created by

Jimleuk

Jimleuk

@jimleuk

Tags

agentchattriggercodedocumentdefaultdataloaderembeddingsmistralcloudexecuteworkflowtriggerhtmlhttprequestlmchatmistralcloudmanualtrigger

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →

Related Miscellaneous Workflows