Create an IPL Cricket Rules Q&A Chatbot with Google Gemini API - n8n Workflow | Neura Market
Create an IPL Cricket Rules Q&A Chatbot with Google Gemini API
This workflow builds a chatbot to answer IPL cricket rules queries using Google Gemini API for embeddings and chat capabilities. It creates a vector store from IPL rules to enhance the chatbot's accuracy.
This workflow is designed to create a Q&A chatbot that leverages the Google Gemini API to provide accurate answers to IPL cricket rules queries. It involves two main steps: first, creating a vector store of IPL rules using Google Gemini embeddings, and second, integrating this vector store with the Google Gemini API to enable a chat interface. The chatbot uses a retrieval-augmented generation (RAG) approach to ensure responses are based on the most relevant data chunks, minimizing the risk of ha
Platform
n8n
Category
AI
Price
Free
Creator
Viktor Novotny
Using
stickyNote
httpRequest
manualTrigger
agent
chatTrigger
lmChatGoogleGemini
memoryBufferWindow
vectorStoreInMemory
embeddingsGoogleGemini
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.