workflows.fit
Back to n8n workflows
n8n template$15By Zain Ali

Match medical symptoms to products with OpenAI, Qdrant & Google Sheets RAG

🧠 RAG AI Medical Agent – n8n Workflow 👥 Who’s it for This workflow is perfect for: - Healthcare ecommerce businesses that want to automate product recommendations. - Founders or developers building an AI assistant u...

Data & StorageProductivityAILangchainCore NodesSticky NoteAgentManual Trigger
Open checkout
Loading interactive preview...

Template notes

🧠 RAG AI Medical Agent – n8n Workflow

👥 Who’s it for This workflow is perfect for: - Healthcare ecommerce businesses that want to automate product recommendations. - Founders or developers building an AI assistant using retrieval-augmented generation (RAG) with product data. - Anyone wanting to combine OpenAI, Qdrant vector search, and Google Sheets to power intelligent medical queries.

---

⚙️ How it works / What it does

This RAG-based workflow allows users to ask medical questions related to hair or scalp issues (e.g., hair loss, thinning). It:

1. Retrieves product info from a Google Sheet. 2. Converts product data into text embeddings using OpenAI. 3. Stores those embeddings in a Qdrant vector database. 4. On chat message trigger, performs a vector similarity search to match user symptoms with relevant products. 5. Uses an AI agent to respond with top 3 matching products from your catalog.

---

🛠️ How to set up