hi @krishnaik06 can you do a vedio where you deploy a generative AI as a restapi in such a way that if a customer ask a a general question it must be directed model which does that , if ask about internal documents a question has to be directed to that end point which do RAG if a customer ask a question which needs a RAG it must be directed to that model and get answer
Hi krish, Thanks for sharing all this knowledge with us. Within 5 days i developed, hosted 2 LLM projects all because of you. You will become One of the major youtubers soon this year.. Mark my words
@@vikasrshetty6504 First develop your model based on your requirements, either through tuning or using Gemini models. I suggest you go for tuning bcz you will understand better and use streamlit for the frontend, it's easy for making website and you can use streamlit for hosting also. If any queries, let me know i will help
Thank you so much sir for posting such educational videos. Its been a great help for college students like me to venture into the world of LLM and explore it as much as I can
Thanks for the video on LLM, it help me u/s the basic and concepts, and like the steps to steps walk through and architecture, have just one suggestion to update the github code with latest imports, it will help beginners.
Thanks for such an Informative video @krishnaik06 . This is very helpful. I would like to suggest one small correction. At around 2:35:28 of this video, where you create function chunk_data, I think you should return "doc" instead of "docs". returning docs will have the original doc list and not the split into chunk list. You could make these changes in GIT code.
You are just awesome Sir, I learnt so many things from your uploaded videos. I completed your all the videos related with Statisctic, Machine Learning, Deep Learning, ANN, CNN, RNN and NLP. I enrolled a course from iNeuron As Mastering GenerativeAI. I am enjoying the course. keep me in your prayer Sir. May Allah bless you Sir. Thnaks...MeHeDi...
Very useful video, thank you. I am going to work through and build all the flows you've shown. A piece of critical advice - I don't think the word "probably" needs to be mentioned so often. It's use was unnecessary, and gramatically and logically unsound about 95% of the times. Just want you to be the best version of you. All the best and I will stay tuned for more and recommend to friends.
H Krish, Can you please create video on using weaviate vector database..expectially for creating different schemas in one class. how to use different variety of inputs file for conversional chat..will be helpful...Thanks for amazing videos.
429 - You exceeded your current quota, please check your plan and billing details i am getting this error should i change my account and login with a new API for this
Great content Krish. But I would disagree with how you brushed aside open source models. There are great open source models competing with GPT-3.5 and even surpassing it.
Thank you Krish sir for this woonderful video. I want to highliight a point that if you want to use the openai api key after 1 April, it will give error as yoou will have to upgrade yoour openai account and give the credits by paying money
How should we handle hallucinations problem for the above projects done..!! Like any Evaluation method/tech/model to calculate how well our trained model is give the right and accurate result foe the given prompt
@krishnaik06 I am getting Rate Limit exceeded error when I use OpenAI. Please suggest any alternative open source AI. Hugging face AI model is not working when I tried. Please I'm stuck. Help me
I go this error: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. How to resolve it?
@@rashedin6356 looked up documentation. Looks like the free quota expired although I didn't use much(my openai account is almost an year old). I may have to upgrade to a paid account.
bro shuru me text="What is the capital of India" print(llm.predict(text)) ke baad error aa rha hai ki billing limits n all can you tell me the solution>? error code 429 aa rha hai solution btado koi pls
Hi krush will this course will be made available to tech neuron? Because i want to join this course but if it's made available in tech neuron then it will be waste. Please don't mind that's the question
If you want to learn everything. Start with python, statistics, machine learning, deep learning, NLP, then genai (LLM). All are available in this channels playlists. Go watch you will enjoy and gain more knowledge than you think for sure
Krish thank for information it's helpful for me, krish I need your help regarding how to intract chatbot with user last conversation session msg, bcoz in my case chatbot every time create new session with user, please help me, I m waiting for ur response
create a new api key and delete the older one , cuz I've encountered this problem before if it doesn't solve the problem could you provide the whole code of the project maybe i can help u
Lets target 2000 likes for this amazing video :)❤
Doing God's work my man ! Salute ! :)
Absolutely agree with @@afterglow25. He is a great person
more llm project
hi @krishnaik06 can you do a vedio where you deploy a generative AI as a restapi in such a way that if a customer ask a a general question it must be directed model which does that , if ask about internal documents a question has to be directed to that end point which do RAG if a customer ask a question which needs a RAG it must be directed to that model and get answer
i am having issues while installing cassio and cassandra-driver, what version of python you are using?
Hi krish, Thanks for sharing all this knowledge with us. Within 5 days i developed, hosted 2 LLM projects all because of you. You will become One of the major youtubers soon this year.. Mark my words
Hi Ashwin, Can you tell us more about how to host LLM models.
@@vikasrshetty6504 First develop your model based on your requirements, either through tuning or using Gemini models. I suggest you go for tuning bcz you will understand better and use streamlit for the frontend, it's easy for making website and you can use streamlit for hosting also. If any queries, let me know i will help
can you please share more information about hosting the LLM.
What after developing our own LLM model? Can we write a research paper on it?
broo api key ke liye pay krna pdega kya ??
00:13 Langchain crash course
00:27 Six LLM projects
03:12 Deploy chatbot application
23:02 LangChain integrates Hugging Face models.
25:41 Open AI vs. Hugging Face: output differences.
28:15 Prompt templates simplify input-output for LLMs.
48:20 Input and message schemas
49:32 Schema examples import
54:21 Prompts, LLM, output parsing
01:13:52 Python environment variables
01:14:36 Streamlit app setup
01:16:55 Hugging Face deployment
01:35:06 Initialize Astra DB
01:35:33 Create LangChain embeddings
01:36:13 Set up Astra Vector store
01:36:57 Implement text embedding
01:39:05 Query Astra Vector data
01:55:33 Set up a local environment
01:57:19 Install required libraries
02:00:15 Configure Streamlit page
02:19:23 Create environment Python
02:20:03 Manage requirement.txt libraries
02:24:00 Convert PDF chunks
02:42:30 Initialize Vector Search
02:44:02 Store Embeddings in Vector DB
02:45:38 Implement Cosine Similarity
03:04:28 Meaning of life explored.
03:04:41 Gemini Pro handles API failures.
03:05:24 Safety categorization in responses.
03:06:57 GPT-3 Ethics and responses.
03:08:36 Stream response chunks.
03:10:28 Response iteration caution.
03:11:56 Gemini Pro vision with images.
03:18:37 Multi-model prompts supported.
03:29:04 Streamlit for app creation.
03:29:58 Importing necessary libraries.
03:30:39 Configuring Gen API key.
03:31:36 Loading GenPro model.
03:32:22 Creating GPT-3 input parameters.
03:33:32 Generating content with GenPro.
03:35:34 Setting up Streamlit UI.
03:36:17 Handling file uploads.
03:36:45 Creating submit button.
03:38:26 Processing image data.
03:40:26 Managing input prompt.
03:42:18 Running the Streamlit app.
03:43:25 Interacting with invoice details.
03:46:08 Handling multilingual invoices.
03:47:22 Demonstrating Q&A chatbox.
03:48:41 Overviewing project setup.
03:53:37 Initialize session state
03:54:20 Handle user input
03:55:31 Capture Gemini response
03:56:13 Store chat history
03:57:09 Display streaming response
thanks for this
It took me 1 week to complete this 4 hour video along with work, this is pure gem
What's the pre requisite for this course
Massive effort, massive impact. When ai crawls RUclips, you will be one of the greatest of all time as per ai. Thanks a lot
Your informative content has been incredibly helpful. We find all the information we need right here on your channel when learning about general AI.
Wow, great video for a beginner like me! Thank you so much Krish!
Thank You Krish, for the amazing state of the art videos....highly appreciated !
This is the milestone for GEN AI journey, thank you Krish sirji. I'm very excited for Hindi version for this video.
Thanks Krish
This is quite helpful!
you deserve these likes ...thanks you so much Krish
Thank you Krish sir for amazing session.
Excellent Krish, you have made this all too easy to learn.
Let's support Krish. Thanks for this amazing content.
You are our real life 'Krish' ......heartfelt thanks .......
Thank you so much sir for posting such educational videos. Its been a great help for college students like me to venture into the world of LLM and explore it as much as I can
Awesome tutorials... thanks for your efforts
Thanks for putting together this amazing course
you are really great over all youtube.
Great thanks!
Happy New Year, Krish Naik ans Team!!🎉❤
Supperr Helpful Video sir ❤😊
Thank you soo much for this amazing video
thank you sir , bhagawan apko lambi umar de.
Thanks a lot for these valuable content for free
Sir , please always mention pre requisite for crash courses ,it will beneficial who wanted learn specific part
hey,can you plz share pre requisite if you got it
Have you got the pre requisite
Thank you so much for this amazing content Krish. If possible please post for chat with csv and pdf using llama2..
Great Content, Thanks for sharing..!!
Thanks for the video on LLM, it help me u/s the basic and concepts, and like the steps to steps walk through and architecture, have just one suggestion to update the github code with latest imports, it will help beginners.
Thanks for such an Informative video @krishnaik06 . This is very helpful. I would like to suggest one small correction. At around 2:35:28 of this video, where you create function chunk_data, I think you should return "doc" instead of "docs". returning docs will have the original doc list and not the split into chunk list. You could make these changes in GIT code.
Good video Krish
Excellent
great video much needed
You are just awesome Sir, I learnt so many things from your uploaded videos. I completed your all the videos related with Statisctic, Machine Learning, Deep Learning, ANN, CNN, RNN and NLP. I enrolled a course from iNeuron As Mastering GenerativeAI. I am enjoying the course. keep me in your prayer Sir. May Allah bless you Sir. Thnaks...MeHeDi...
Thank you so much you are the best
Thanks Krish!
Thank you so much sir❤❤❤
So good!
Thanks for sharing 🚀
Thank you for sharing
Thank you so much sir for this video ❤.
Thankyou so much ❤❤
Very useful video, thank you. I am going to work through and build all the flows you've shown.
A piece of critical advice - I don't think the word "probably" needs to be mentioned so often. It's use was unnecessary, and gramatically and logically unsound about 95% of the times. Just want you to be the best version of you. All the best and I will stay tuned for more and recommend to friends.
H Krish, Can you please create video on using weaviate vector database..expectially for creating different schemas in one class. how to use different variety of inputs file for conversional chat..will be helpful...Thanks for amazing videos.
This course is great but LangChain has already changed quite a bit so you will have to follow the documentation
Sir why don't you create your own generative model with unique idea ❤❤
@Krishnaik06
The content is amazing and informative with so much detailing and I really appreciate the efforts you put in. Keep it up!!!
want to write a code to find out the number of times Krish says 'Probably' in his videos 😝
451 times in this whole vedio
nice
429 - You exceeded your current quota, please check your plan and billing details
i am getting this error
should i change my account and login with a new API for this
You should have the paid account..add some 5 dollars and try..should work
Great content Krish. But I would disagree with how you brushed aside open source models. There are great open source models competing with GPT-3.5 and even surpassing it.
Thanks for the informative video! Can you please also share the git repo link with the code
Thank you Krish sir for this woonderful video. I want to highliight a point that if you want to use the openai api key after 1 April, it will give error as yoou will have to upgrade yoour openai account and give the credits by paying money
Hi Krish .. please make a video on step by step of RAG using amazon kendra and amazon bedrock
make a detail playlist of reinforcement learning with implementatino
i run into quota issues when i run the .embed_query. How do i fix this "insufficient quota"
How should we handle hallucinations problem for the above projects done..!! Like any Evaluation method/tech/model to calculate how well our trained model is give the right and accurate result foe the given prompt
Sir, I'm getting Rate Limit Error when trying to execute print(llm.predict(text)) , kindly help in what must be done?
I am also getting the same error,what is the solution?
Same issue coming with my api. Kindly help
I am also getting rate limit error but I didn't make evena single request
Same error
i am getting same error
Hi krish
Can you tell me what did you do to replay application at 1:18:26 just after setting up the API key?
i am encountering a error with langchain installation ..its showing error: metadata-generation-failed...
understood++
very first step giving
'conda' is not recognized as an internal or external command,
operable program or batch file.
The similarity_search function is not defined? Any ideas how to define it cause I dont get how it works without the function being defined
Hi Sir,
How to create a build notebook for email generation llm, ollama, chromadb and steamlit please exaplain it.
In industries do we directly use licensed LLM models and embedding or do we have any internal hosted LLM or api repository?
Sir I am facing RateLimitError while learning Langchain?
Have u resolved it , i m facing same. Error!
should i pay to use OPENAI API
Could you please help in finding the PDFQuery_LangChain.ipynb file, as we are unable to find it in your git account.
did you find it?
@krishnaik06
I am getting Rate Limit exceeded error when I use OpenAI. Please suggest any alternative open source AI. Hugging face AI model is not working when I tried. Please I'm stuck. Help me
Krish can you do something on AutoGen or AI assistant end to end project?
The person who bought udemy course, what benefits they will get out of it, compared to this one?
even with python 3.10, we get the following error
ERROR: No matching distribution found for google-generativeai. Please help krish
great work
Hello sir, I am having a problem. I have the Tech Neuron subscription. Which course should I start ? Nov'21 FSDS Batch or DS Masters
i am getting rate limit exceeded error, even though i am using it for the first time
same
same
Does custom tools in langchain agent with llama2-7B works? I am getting not a valid tool error.
'text-davinci-003' has been deprecated by OpenAI, any alternatives for it?
Hi @krishnaik06, I am unable to find the PDFQuery_LangChain.ipynb file in your repo. Could you please help ?
💟
I can't use conda due to some limitations . Any other alternative ?
What are the prerequisites to watch this video
Do we need paid subscription of open ai for this?
Did you find out ?
Should we buy open ai subscription to use the key bcz i am getting rate limit eroor
i don't think so, basic open ai key should be enough
sir, for all these projects can we use a laptop with 8gb RAM? Or need a high end configuration
blogGen is not producing any result...anyone facing the same issue?
I go this error: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. How to resolve it?
yes, same error, did you resolve it?
@@rashedin6356 looked up documentation.
Looks like the free quota expired although I didn't use much(my openai account is almost an year old). I may have to upgrade to a paid account.
you need to pay or you can do another sign up with openai using diffrent eamil and phone number.
@@sametgok5708 I tried creating a new account Its not working. Do you have any idea
bro shuru me
text="What is the capital of India"
print(llm.predict(text))
ke baad error aa rha hai ki billing limits n all can you tell me the solution>?
error code 429 aa rha hai solution btado koi pls
Hi krush will this course will be made available to tech neuron? Because i want to join this course but if it's made available in tech neuron then it will be waste. Please don't mind that's the question
I'm getting a validation error while running the chain. Can anyone help
sir make a project when related multiple pdf chatting if query not related to pdf LLM should response independently
Sir, can't we generate pic in place of text with Gemini pro
can we use google colab instead of vs
sir i need some help to set up my initial environment.. can someone help?
I found error when installing langchain. I tried vary hard but failed. Is there any other way?
hello sit i ave learn lot of things from you but can you help me i always face issue related to use openai key
Pay karna padega open ai key ke liye ab free nahi hai openaikey
Is there any prerequisite to watch this video?
If you want to learn everything. Start with python, statistics, machine learning, deep learning, NLP, then genai (LLM). All are available in this channels playlists. Go watch you will enjoy and gain more knowledge than you think for sure
Rate limit error while predication of text 😢
Could anyone help me with some learning stuffs for PDF comparison using Langchain
Hey , is this video for beginners ?
Krish thank for information it's helpful for me, krish I need your help regarding how to intract chatbot with user last conversation session msg, bcoz in my case chatbot every time create new session with user, please help me, I m waiting for ur response
sir i try many time every time get limit rate error then i recharge my account 5 $ but my problem is same limit error how can i fixed it
create a new api key and delete the older one , cuz I've encountered this problem before if it doesn't solve the problem could you provide the whole code of the project maybe i can help u
commenting for better reach