End To End LLM Conversational Q&A Chatbot With Deployment

  Рет қаралды 68,220

Krish Naik

Krish Naik

Күн бұрын

github: github.com/kri...
----------------------------------------------------------------------------------------------------
Complete Langchain Playlist:
• Amazing Langchain Seri...
--------------------------------------------------------------------------------------------------------
Support me by joining membership so that I can upload these kind of videos
/ @krishnaik06
------------------------------------------------------------------------------------------------------------------------------
►Data Science Projects:
• Now you Can Crack Any ...
►Learn In One Tutorials
Statistics in 6 hours: • Complete Statistics Fo...
Machine Learning In 6 Hours: • Complete Machine Learn...
Deep Learning 5 hours : • Deep Learning Indepth ...
►Learn In a Week Playlist
Statistics: • Live Day 1- Introducti...
Machine Learning : • Announcing 7 Days Live...
Deep Learning: • 5 Days Live Deep Learn...
NLP : • Announcing NLP Live co...
►Detailed Playlist:
Python Detailed Playlist: • Complete Road Map To B...
Python playlit in Hindi: • Tutorial 1- Python Ove...
Stats For Data Science In Hindi : • Starter Roadmap For Le...
Machine Learning In English : • Complete Road Map To B...
Machine Learning In Hindi : • Introduction To Machin...
Complete Deep Learning: • Why Deep Learning Is B...

Пікірлер: 38
@SaurabhSingh-oi5ev
@SaurabhSingh-oi5ev Жыл бұрын
Can you do one with the hugging face model like falcon's one they are free to use so we don't need to spend on credit
@yusufersayyem7242
@yusufersayyem7242 Жыл бұрын
As always u r amazing Mr. Krish
@kajalm3015
@kajalm3015 Жыл бұрын
Hello Krish , I got that error which you was probably expecting while running the streamlit app. The error was something like ValidationError: 1 validation error for ChatOpenAI __root__ Did not find openai_api_key, please add an environment variable `OPENAI_API_KEY` which contains it, or pass `openai_api_key` as a named parameter. (type=value_error) For which I just added in ' chat = ChatOpenAI(openai_api_key=os.getenv("OPEN_API_KEY"), temperature=0.3) ' and the streamlit UI worked for me. Thanks for the interactive coding practice !!!
@bestrelaxingclub.7760
@bestrelaxingclub.7760 8 ай бұрын
@kajalm3015 i am having the same error please tell me where to put this cmd
@princechoudhury9226
@princechoudhury9226 Жыл бұрын
Hi Krish sir! Thank you so much for making videos on LLM. Can you make a video on this problem statement: The problem at hand involves creating a chatbot or interface that connects to the AdventureWorks database and interprets natural language queries to fetch accurate and meaningful data. This task aims to simplify data retrieval and analysis for users by offering an intuitive, conversational interface.
@krishnaik06
@krishnaik06 Жыл бұрын
Dont worry sab aayega
@IND_development
@IND_development 5 ай бұрын
​@@krishnaik06sir it's free or paid
@ArunkumarMTamil
@ArunkumarMTamil 9 ай бұрын
instead of Open AI how we can use llama 3 or any open source LLM without worrying about API limit?
@mihaelacostea5783
@mihaelacostea5783 10 ай бұрын
hi there, are you integrating the chatbot in messanger or in any app?
@gauravfamily2209
@gauravfamily2209 Жыл бұрын
Hi Krish, how I will decide that which GPT version will suitable for my project as below code? Please send any guideline/rule regarding this. Thank you. chatllm=ChatOpenAI(openai_api_key=os.environ["OPEN_API_KEY"],temperature=0.6,model='gpt-3.5-turbo')
@eyekathir
@eyekathir Жыл бұрын
Perfect… Any plan for Google palm with langchain ?
@FUADMAHBUB-vl4uh
@FUADMAHBUB-vl4uh 9 ай бұрын
Bhai can you make a playlist where you make a chatbot and use it in a django project. It would be quite helpful. Thank you
@prithivirajn9092
@prithivirajn9092 Жыл бұрын
Hi sir can we ask any technical questions to this chatbot??
@JoEl-jx7dm
@JoEl-jx7dm 11 ай бұрын
Now how do I integrate it into my web application?
@satyamoahnty
@satyamoahnty 5 ай бұрын
it a humble request Krish , please do not use streamlit , nobody uses streamlit in production
@shakeebanwar4403
@shakeebanwar4403 Жыл бұрын
Sir now a day open ai is not provided free api key why?
@rugvedwankhade8304
@rugvedwankhade8304 Жыл бұрын
When will the data scientist jobs recruitment start...the call frequency is very low currently...
@pradipbastola2670
@pradipbastola2670 Жыл бұрын
hello @Krish Sir, I am planning to buy a budget gaming laptop and my main usage is programming, engineering tasks , AI and machine learning and i won't be gaming. I have shortlisted two options for me 1. Acer nitro 5 with i5 12450h, rtx 4050 graphics, 16gb ddr5 ram, 512 gb ssd 2. Acer nitro 5 with i7 12650h, rtx 3050 graphics, 16gb ddr5 ram, 512 gb ssd both of these are available at similar pricing in my region(Nepal). So what should i go for, an i7 processor with ddr4 ram and rtx 3050 graphics or an i5 processor with ddr5 ram and rtx 4050 graphics. I am looking forward for you suggestion.
@flakky626
@flakky626 Жыл бұрын
I bought rtx 3050 last month which I'm regretting rn I should have gone with rtx 4050 by increasing the budget just by bit Also the laptop I bought was victus Which is good Professional looking and gives me good battery life around 8-9 hour per charge(As a student Its what I prioritised most I don't play games either) Specs: r7 5600h rtx 3050 16gbram
@sumitrawall
@sumitrawall Жыл бұрын
Sir iNeuron course recorded videos are not playing...it is showing playback suspended error.....
@kusumanjalikapgate8158
@kusumanjalikapgate8158 Жыл бұрын
Hi, I have sequencial and time- series data like employee name, time, date, company, motion sensor ,heat sensor and many more target column switches on/off binary classification which neural network(deep learning ) best work on this binary classification except ML algorithms. Any suggestion how to implement this type of data start to end
@vasanthkumar9359
@vasanthkumar9359 Жыл бұрын
Sir do the same using meta llama or Google palm or use hugging face llms instead of openai and use custom data as context
@Sandeep_Kotha
@Sandeep_Kotha Жыл бұрын
Could you please prepare a llm chatbot using free open source packages like Falcon....,.. ? Openai is a chargeable one.
@pyclassy
@pyclassy 9 ай бұрын
how would be integerate this along with vector db based RAG.
@poonamsunilkumar1709
@poonamsunilkumar1709 2 ай бұрын
Can you please build this using open source models.
@pallavisharma9141
@pallavisharma9141 Жыл бұрын
can anyone help me with this error "DefaultCredentialsError: Your default credentials were not found.
@DARK-fs3rz
@DARK-fs3rz Жыл бұрын
please do one project with open source llms
@Mathschampion510
@Mathschampion510 10 ай бұрын
can we do this on google collab ?
@indiandata_club
@indiandata_club 7 ай бұрын
Yes
@pushangupta9468
@pushangupta9468 Ай бұрын
Where is deployment? Wasted my time
@kiranbhairava2586
@kiranbhairava2586 Жыл бұрын
Is openAI API free?
@pallavisharma9141
@pallavisharma9141 Жыл бұрын
3.5 is free
@ruidinis75
@ruidinis75 5 ай бұрын
Not anymore
@FutureFlick-28
@FutureFlick-28 3 ай бұрын
nope buddy use llam 3.1 version
@random_thugzz
@random_thugzz 3 ай бұрын
@@FutureFlick-28 is 3.1 version free?
Building Your First Agentic AI- Financial Agent With Phidata
38:01
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
[1hr Talk] Intro to Large Language Models
59:48
Andrej Karpathy
Рет қаралды 2,5 МЛН
What are AI Agents?
12:29
IBM Technology
Рет қаралды 1,2 МЛН
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,7 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН