Hey n8n Experts!!
I am new to n8n. I want to build an ai bot having knowledge base of youtube video (hindi and english videos) and conversation must be remember by ai and answer with previous conversation and other knowledgebase be same
I hope I clearly mention my requirements.
1 Like
Hi @Digispyzone Welcome!
AI Automation Specialist here, let me help you, first get yourself bunch of youtube video transcriptions (yes transcriptions, cause we need the AI to understand the context), once you have those, goto Pincone, create a vector database and now everything is good to go, just hop into n8n setup a RAG workflow you will see on google you will get it, inject all those transcribes to pinecone store, and now once that is done you can move ahead to creating your chatbot by adding a chat trigger attached to AI agent and a simple memory + an OpenAI model and in tool attach pinecone vector store and that is really it, let me know if you get stuck somewhere!