Como criar um ChatBot com RAG usando OpenAI e LangChain

In this video, we'll build a chatbot using Retrieval Augmented Generation (RAG) from scratch. We'll use OpenAI's gpt-3.5-turbo LLM and, at the end, an example with Llama 3.1-70b via the Groq API. All this using LangChain! In addition, we'll use OpenAI's text-embedding-3-small embedding model and the Qdrant vector database as our knowledge base. I hope you enjoy it! Notebook: https://github.com/infoslack/youtube/... Groq: https://groq.com/ Qdrant: https://qdrant.tech/ Word Embeddings video:    • Como utilizar OpenAI Embeddings e Pinecone...