Bro I have visited your channel and found it awesome it's incredible and I have also recommended it to many of my friends and one of my seniors also suggested that I watch your videos one request I want to do is that please provide the list of prerequisites for every course you start this will helps us a lot and saves a lot of our time please bro do only this thing . And again thank you so much bro for all of your efforts❤❤❤
15:20 temperature controls the entropy of probability distribution which actually works in controlling the random output. towards 0 means less randomness in output, towards 1 means more randomness. Hope I'm correct sir. You're an inspiration. Thank you so much.
Thank you Sir for creating this incredibly detailed hands-on tutorial and giving step by step instructions on using LLM as a beginner. I definitely enjoyed this video and it was a great learning experience for me as well.
Most valuable video and most clear explaination of what is langchain ,how to use LLM by langchain,Prompts,chains,simple ,seqeuntial chain,memory,conversational buffer memory..such as concise and clear info.Thank you so much Krish,cant express it in words❤❤❤❤❤❤❤❤❤❤❤❤
Best tutorial so far. Fan of Krish Naik. And I am looking forward towards the in-depth tutorial. Your likes are around 1000, so please make one an in-depth tutorial
Excellent work.. got some Idea on these things now... I liked your excitement particularly when you are teaching these topics... and I am also excited to see upcoming topics.
Amazing video! could start with knowledge of the basics and build an end to end app - thanks for clearly sharing your knowledge on the topics involved. :)
sir its necessary to purchase the id to use API. anyone please answer . without purchasing can i do this code or playlist to cover all things and implement this code
Hello sir... Can you make a video on how to train/finetune a LLM on a custom dataset? There isn't any good video regarding this.... Even if they are, they aren't actually getting any good results... There's no video with quality outputs.... As a student difficult to find/select good material available online.. Therefore it would be very helpful if you guide us with it...... Your work will be very much appreciated...
Sir I am new to your channel and just found your channel while I was searching for Langchain for beginners. I really like the way you explain and most of the things are already clear. Please do let me know if there are any paid course you provide of AI.
Hi Krish, Great tutorial. It seems like the OpenAI cannot be initialized with the llm=OpenAI(temperature=0.7). Would you want to kindly refresh this? The documentation is confusing with all the changes.
at 4:27 you said we need the 20$ subscription for the OPEN API key to work, iam on the free version and still i created the secret key now (2024), will there be a difference ? should i pay ? Or is it just that at the time of this video to generate an API key we need 20$ subscription?
Hey Krish, i used the same logic you mentioned/Git Code, i am unable to get the Dob , it shows desciption instead. May be you can check Git code.Can you help.
Hi Krish, I have been following this video and i was facing a validation error when running the chain3 . This is the error that i was facing ValidationError: 1 validation error for SequentialChain __root__ Missing required input keys: {''}, only had {'DOB', 'person', 'name'} (type=value_error)
while doing pip install -r requirements.txt i am facing error of no such file in directory. I have followed all steps and i can see it in my system being present in the folders
Sir what is prerequisite for this video because I didn't understand installation library and like openai and streamlit These things are new for me so that while you are writing the explain the the basics and concept on white board please can follow this??? This are all new for me..
Hi Krish thanks for amazing video. Just one ask please answer in yes or no plz. Is it possible to build an ML classification model using LLM chains and a Memory buffer?
I am trying to understand why haven't I have been able to get it up and running. earlier it showed some change wrt to new changes and later it showed and error message 429. Can someone help?
I have one doubt ,I did not understand the relevance of 'memory_key' parameter in the below code person_memory = ConversationBufferMemory(input_key='name', memory_key='chat_history') dob_memory = ConversationBufferMemory(input_key='person', memory_key='chat_history') descr_memory = ConversationBufferMemory(input_key='dob', memory_key='description_history') The code works fine without it also
Sir, can you make 1 more new video for the data analyst or data scientist Python course because your last playlist was 2 years ago and many things changed in 2 years so if you can do please make 1 more playlist or video for us ❤
I may be missing something but I find it hard to see any benefits of LangChain. One can chain multiple calls to OpenAI just as easy, feeding the output of one to the next. Can anyone enlighten me please?
ValidationError: 1 validation error for LLMChain memory value is not a valid dict (type=type_error.dict) Getting this error. Anybody knows how to resolve this ?
Hi krish, i am facing an error when executing chain3 ValidationError: 1 validation error for SequentialChain __root__ Missing required input keys: {''}, only had {'DOB', 'person', 'name'} (type=value_error)
Just one correction. It is not necessary to ave an Open Ai subscription to get the api key. Anyone having an account with open ai ican genertae API key of their own.
Hi Krish, With SimpleSequentialChain, I see question mark (?) in the output. However streamlit output is good (ex: MS Dhoni was born on 7 July 1981 in Ranchi, Jharkhand, India.) I am not sure about this behavior, below are output details (packages version langchain==0.0.202 ,streamlit==1.23.1,openai==0.27.8, python==3.11.3)) > Entering new chain... Prompt after formatting: When was MSD, also known as MS Dhoni, is an Indian professional cricketer and the former captain of the Indian national cricket team. He is widely regarded as one of the greatest captains in the history of the game and a legendary cricketer in India. He is also the only captain in the history of the sport to lead his team to three major ICC titles, the 2007 ICC World Twenty20, the 2011 ICC Cricket World Cup, and the 2013 ICC Champions Trophy. As a batsman, he is one of the most successful Indian batsmen of all time, having scored over 10,000 runs in international cricket. He is known for his unique batting style, where he combines power with artistry. He is a brilliant leader, and is highly respected by his peers in the cricket community. born > Finished chain. ? MS Dhoni was born on 7 July 1981 in Ranchi, Jharkhand, India.
@@heerthirajah1661 that's not the point krish sir upload's a video in week or approx and then.. if he only make video of paid stuff.. then only few are gonna code that. it's same like everyone just make all video of openai api tho there is so much to study from hugging face, lamma, etc. i know performance is not good but.. we can code and try to improve some issues doing stuffs we can try!!
Bro I have visited your channel and found it awesome it's incredible and I have also recommended it to many of my friends and one of my seniors also suggested that I watch your videos one request I want to do is that please provide the list of prerequisites for every course you start this will helps us a lot and saves a lot of our time please bro do only this thing .
And again thank you so much bro for all of your efforts❤❤❤
15:20 temperature controls the entropy of probability distribution which actually works in controlling the random output. towards 0 means less randomness in output, towards 1 means more randomness. Hope I'm correct sir. You're an inspiration. Thank you so much.
temperature is parameter used to control the randomness of the model response
This is huge. Can't wait for the end to end. Honestly, I'm on the path to be a great ML engineer just about few months following you. Much appreciated
Thank you Sir for creating this incredibly detailed hands-on tutorial and giving step by step instructions on using LLM as a beginner. I definitely enjoyed this video and it was a great learning experience for me as well.
Most valuable video and most clear explaination of what is langchain ,how to use LLM by langchain,Prompts,chains,simple ,seqeuntial chain,memory,conversational buffer memory..such as concise and clear info.Thank you so much Krish,cant express it in words❤❤❤❤❤❤❤❤❤❤❤❤
Om Shri Gurubhyo Namah
This channel his taught me skills to improve my life standards, now i've come back to re-learn, un-learn & learn 😁
Thank you so much Krish! come on people, give Krish 1000 likes!!!
Best tutorial so far. Fan of Krish Naik. And I am looking forward towards the in-depth tutorial.
Your likes are around 1000, so please make one an in-depth tutorial
Congrts krish for completing 900k .
Please bring NLP and LLMops course in ineuron
Yes and I would like to join
Simply Man you are doing a great job, I recommend every new student of AI your channel
What a simple but powerful explanation.
Really became a fan of you krish. Thanks a lot. Keep going!👍
Excellent work.. got some Idea on these things now... I liked your excitement particularly when you are teaching these topics... and I am also excited to see upcoming topics.
Very clear and concise explanation. This is a very helpful and useful video, thank-you.
Can’t wait, I’m just getting into this stuff and it’s great!
That sequential chain is beast ❤️
I created a sercet key in OpenAI, but it's not even giving a trial key and showing as 0 as credit remaining. Kindly suggest.
Excellent
EXcellent . please provide more videos for langchain
Amazing video! could start with knowledge of the basics and build an end to end app - thanks for clearly sharing your knowledge on the topics involved. :)
HI krish sir, thanks a lot for interesting video. Plz do more and more such video.Thanks
Thank u sir for the amazing content, require more such videos on these topics...
sir its necessary to purchase the id to use API. anyone please answer . without purchasing can i do this code or playlist to cover all things and implement this code
So good, basic of llm, advanced tech that i was looking for.thnks krish❤
Krish sir , please continue uploading the videos to "Machine Learning 2023" playlist.
Amazing content, please continue this playlist
Excellent start of this playlist. Expecting more in this area.
Hello sir... Can you make a video on how to train/finetune a LLM on a custom dataset? There isn't any good video regarding this.... Even if they are, they aren't actually getting any good results... There's no video with quality outputs.... As a student difficult to find/select good material available online.. Therefore it would be very helpful if you guide us with it...... Your work will be very much appreciated...
I'm a bit confused (about llama or llm ,llm-analysis model ) is can you make a video .....
Hi Krish, Excellent explanation in the simplest way. Please keep uploading these types of videos; they will really help many people.
I got this message about insufficient quota. It´s my first time running it. Is it correct?
Can you make more videos on long chain . This is nice videos to start with long chain
Sir I am new to your channel and just found your channel while I was searching for Langchain for beginners. I really like the way you explain and most of the things are already clear. Please do let me know if there are any paid course you provide of AI.
Excellent content 🙏🙏🙏🙏🙏
I was waiting for this sequence of videos, please please make the custom model integration with LLM
good work sir. also make videos on open source models, vector databases and Flowise
This is Great! Thankyou Krish
Hi krish, is paid chatgpt necessary to use openAI
Hi Krish, Great tutorial. It seems like the OpenAI cannot be initialized with the llm=OpenAI(temperature=0.7). Would you want to kindly refresh this? The documentation is confusing with all the changes.
looks like langchain 0.2 is released and code is completely different now.
@krish naik how did you get vscode? what is vscode?
Excellent Krish, liked your video..can you make a video to use llm using personal documents?
Which alternative model can we use imstead of open AI
Crystal clear 🎉
Have anyone installed langchain on their machine ?
I fired the same command mentioned in docs but still getting error while importing.
Good one. Can we use LCEL?
Sir please make a course on generative AI and LLM in ineuron
in seocnd input prompt for 'dob' key langchain model is not showing the proper results any suggestions?
at 4:27 you said we need the 20$ subscription for the OPEN API key to work, iam on the free version and still i created the secret key now (2024), will there be a difference ? should i pay ? Or is it just that at the time of this video to generate an API key we need 20$ subscription?
That api key aint gonna work without money
Hey Krish, i used the same logic you mentioned/Git Code, i am unable to get the Dob , it shows desciption instead. May be you can check Git code.Can you help.
sir can we use llama 2 api in the enter api option ? to do the same with llama 2 llm
Hi Krish, I have been following this video and i was facing a validation error when running the chain3 .
This is the error that i was facing
ValidationError: 1 validation error for SequentialChain __root__ Missing required input keys: {''}, only had {'DOB', 'person', 'name'} (type=value_error)
while doing pip install -r requirements.txt i am facing error of no such file in directory. I have followed all steps and i can see it in my system being present in the folders
Hi Krish, is this output searching the web in realtime? Or is this based on pretrained model's knowledge?
Sir what is prerequisite for this video because I didn't understand installation library and like openai and streamlit
These things are new for me so that while you are writing the explain the the basics and concept on white board please can follow this???
This are all new for me..
Sir, As always a Brilliant Tutorial. Can you also please create a Tutorial on GPT4ALL with its User Interface.
Hi Krish,
Can you please post video on how to chat with Oracle Database with Langchain
Regards,
Nirav Shah
Can you add a example project using fewshotromptemplate for getting data from table, and correcting the rows in the table?
Hi Krish I think we cannot use API with 20 USD subscription plan
Hi Krish thanks for amazing video. Just one ask please answer in yes or no plz. Is it possible to build an ML classification model using LLM chains and a Memory buffer?
I was thinking this guy is not making video on this topic
In conda create -p myenv python=3.9 -y
It showing conda is not recognised as a name
Please tell me what to do
I am trying to understand why haven't I have been able to get it up and running. earlier it showed some change wrt to new changes and later it showed and error message 429. Can someone help?
I have one doubt ,I did not understand the relevance of 'memory_key' parameter in the below code
person_memory = ConversationBufferMemory(input_key='name', memory_key='chat_history')
dob_memory = ConversationBufferMemory(input_key='person', memory_key='chat_history')
descr_memory = ConversationBufferMemory(input_key='dob', memory_key='description_history')
The code works fine without it also
Sir, can you make 1 more new video for the data analyst or data scientist Python course because your last playlist was 2 years ago and many things changed in 2 years so if you can do please make 1 more playlist or video for us ❤
You are great 👍😃
Thanks but you didn't cover the entire documentation of LangChain as you said in the start of the video.
kindly create video on chainlit please.
+1
How to run code generated from openAI API?its string
I may be missing something but I find it hard to see any benefits of LangChain. One can chain multiple calls to OpenAI just as easy, feeding the output of one to the next. Can anyone enlighten me please?
what is the prior skills to learn langchain? which programming language to learn first for it
It supports Python and Javascript!!!
Is it easier to setup than autogpt?
sir,can you provide one lecture on langchain with tabular data
Its awesome.. ❤
hi I am facing "APIConnectionError: Connection error." at streamlit, can anyone help
ValidationError: 1 validation error for LLMChain memory value is not a valid dict (type=type_error.dict)
Getting this error. Anybody knows how to resolve this ?
Super sir❤
Hi krish,
i am facing an error when executing chain3
ValidationError: 1 validation error for SequentialChain __root__ Missing required input keys: {''}, only had {'DOB', 'person', 'name'} (type=value_error)
Do we need to get the API key by paying 20$ for developing the project? Can't we proceed without paying the 20$??
Thank you so much sir
Can we add images of this celebrity?
Thank you very much
Waoo thanks you🎉🎉🎉🎉🎉😅
hear how to connect our data set and ask questions sir............
I don't think you need PRO account for getting API keys. Please crosscheck that, because I am able to generate Open AI API key without PRO account.
Has only a limit of $5 which exhausts very quickly
Pls make more videos related to mlops
🔥🔥🔥
Video from digigtal sreeni right😁😆
Kudos to you
super super cool
facing ratetime error
sir please provide a indepth tutorial
Just one correction. It is not necessary to ave an Open Ai subscription to get the api key. Anyone having an account with open ai ican genertae API key of their own.
the comment i was looking for, krish legit scared me !!
@@subhanjanbasu4642 Bro, can u say how to generate open ai api key without subscription ?
Getting erros as see ur upgrade plan
Sir , its closed to 1K like just make completre tutorial 4 this
Sir in next video, please don't use the openAi Api. We wants to send our custome information to the users.
Everything from scratch.
Hugging face giving free API, right?
grt
Open AI gives free 18 dollar credit for new users .We can Use that before buying 20 dollars sub
Hi Krish,
With SimpleSequentialChain, I see question mark (?) in the output. However streamlit output is good (ex: MS Dhoni was born on 7 July 1981 in Ranchi, Jharkhand, India.)
I am not sure about this behavior, below are output details (packages version langchain==0.0.202 ,streamlit==1.23.1,openai==0.27.8, python==3.11.3))
> Entering new chain...
Prompt after formatting:
When was
MSD, also known as MS Dhoni, is an Indian professional cricketer and the former captain of the Indian national cricket team. He is widely regarded as one of the greatest captains in the history of the game and a legendary cricketer in India. He is also the only captain in the history of the sport to lead his team to three major ICC titles, the 2007 ICC World Twenty20, the 2011 ICC Cricket World Cup, and the 2013 ICC Champions Trophy. As a batsman, he is one of the most successful Indian batsmen of all time, having scored over 10,000 runs in international cricket. He is known for his unique batting style, where he combines power with artistry. He is a brilliant leader, and is highly respected by his peers in the cricket community. born
> Finished chain.
?
MS Dhoni was born on 7 July 1981 in Ranchi, Jharkhand, India.
Why everyone teach on the paid OpenAI.
Why people expect that students will pay for the OpenAI key?
what the point of 40 min video if we can't code this instead you should put more effort to free LLMs
Agree with you
Don't go for instant gratification bruh. Creating LLM is so hard and time consuming. Now it takes only 40 mins. See how easy it is.
@@heerthirajah1661 that's not the point krish sir upload's a video in week or approx and then.. if he only make video of paid stuff.. then only few are gonna code that. it's same like everyone just make all video of openai api tho there is so much to study from hugging face, lamma, etc. i know performance is not good but.. we can code and try to improve some issues doing stuffs we can try!!