LangChain Tutorial - ChatGPT with own data

preview_player
Показать описание
In this video I show you how to integrate your own data into ChatGPT. You need an OpenAI API KEY for this tutorial. If not you can follow the tutorial just like that.
How to learn concepts like prompts, index, memory and chains, embeddings and much more - theory and practice.

Timestamps
0:00 Why Vector Databases?
3:14 Langchain Concepts walkthrough
Рекомендации по теме
Комментарии
Автор

Nice video to explain the concept and structure how Lanchain works in behind to answer query from a information it has . Post more videos which can be used to query the enterprise databases

advashishta
Автор

Thanks for this video! I have a question about memory.I did same work like you such as ConversationBufferMemory and ConversationalRetrievalChain. But if I ask a question "what did I just ask?" it jast reply "I'm sorry, but I am an AI language model and I don't have the ability to remember previous interactions or questions. Is there anything else I can help you with?". So I am wondering if you had the same problem?And do you know how to solve it?

weaponhe
Автор

This is probably the most comprehensive Tutorial for Langchain you will find :)

codingcrashcourses