After 11:50 the screen has frozen, only your voice is coming in the background whatever you are doing is not being shown in the screen. Please can you correct it?
krish brother you are doing a really great job , alot of people like me are really learning because of you , i am really thankful and greatful towards your teaching , really good .
@krishnaik06 Sir, the screen froze from around 11:47 till 27:44. It might be some TH-cam glitch or whatever glitch, but the screen froze. I just wanted to let you know about this.
Hello everyone incase you encounter this error. I was have a ddl error while trying to work with hugging face. After so many trial and error I figured out the that I needed to install pytorch (for CPU users). Came here from Generative AI course with Langchain. 💪 Happy Learning
and i was so eager to learn something new that i kept your youtube video on and opened the github page as simple as that , anyways we have to see the code only , so screen froze did not really affect my learning but yea some guys give up but i want to say never give up .
Sir Please upload videos on MLOPS, or do live session on MLOPS. These days many companies are asking this MLOPS. Can I join your membership to access the MLOPS tutorials and projects
Hello, sir. I am a big fan of your knowledge, and I have a request. Could you make a video on how to extract text from a PDF, perform chunking, embedding, and store it in a vector database in parallel? This would reduce latency for a large PDF.I hope you respond this message
why im having this error : If Model is unavailable, either raise a TimeoutError... if timeout is not None and time.time() - t0 > timeout: --> 250 raise InferenceTimeoutError( 251 f"Model not loaded on the server: {url}. Please retry with a higher timeout (current:" 252 f" {self.timeout}).",
bro just use llama-3 model from groq api he already made a video about groq api it's totally free and now the llama-3 model is available inside it and it's very fast cuz qroq is using LPU watch his tutorial about groq to understand what i mean
Sir if the aim of the project was to use open source why you haven't used Google embeddings which is free and also perform good, so please if you can make the video with this topic make the video with Google Gemini embeddings with langchain
Sir your precision and accuracy are very low in credit card Fraud detection video, Isolation Forest and LOC are not working for fraud detection data. Can you suggest some good methods for the same.
# Call the QA chain with our query. result = retrievalQA.invoke({"query": query}) print(result['result']) ValueError: Error raised by inference API: Cannot override task for LLM models Iam getting this error
Screen is frozen Sir
I appreciate you dropping these videos.
Just letting you know as a learner so that you know, you're indeed making a difference.
After 11:50 the screen has frozen, only your voice is coming in the background whatever you are doing is not being shown in the screen. Please can you correct it?
krish brother you are doing a really great job , alot of people like me are really learning because of you , i am really thankful and greatful towards your teaching , really good .
is it only me or the video FREEZES from where mr naik uses the embedding ???!!!
Same here. Scratching my head for a while until I saw your comment.
Yes it is frozen for me too
Same here
Same here
Same
Need one video on comparison and cost benefit analysis between models,
@krishnaik06 Sir, the screen froze from around 11:47 till 27:44. It might be some TH-cam glitch or whatever glitch, but the screen froze.
I just wanted to let you know about this.
Thank you @krishnaik . your teaching is awesome!!
Today i am starting with you sir i will take it as serious as by some time i also keep my transition when i get my dream job
Simply awesome explanation ! You are really great :)
Hello everyone incase you encounter this error.
I was have a ddl error while trying to work with hugging face. After so many trial and error I figured out the that I needed to install pytorch (for CPU users).
Came here from Generative AI course with Langchain. 💪 Happy Learning
and i was so eager to learn something new that i kept your youtube video on and opened the github page as simple as that , anyways we have to see the code only , so screen froze did not really affect my learning but yea some guys give up but i want to say never give up .
Can you please share the GitHub link?
bro can you please help me with this code? i got an error while using the mistral model and api token.
would it be possible to have an example with a local open source LLM? Like OpenLLM pointing to a remote address
any plans to reupload this tutorial? the screen froze at some point.
Sir Please upload videos on MLOPS, or do live session on MLOPS. These days many companies are asking this MLOPS.
Can I join your membership to access the MLOPS tutorials and projects
yes it will be great
Sir please fix that issue. Screen got struck.
Screen is frozen unable to see from 12 min runtime
🎉🎉🎉🎉
Hi Krishnaik, can you please create a Series on securing LLM responses, and Guardrails as it is burning topic now a days. Sincere Request.
Video is frozen after 11:48 Krish.
Hi All , video freezes during the embedding explanation
Frozen screen sir. Impossible to follow :(
Please make a video by using open source llm models for pdf documet question and information retrieval task
screen freezed at embeddings!!!
Screen is Stuck at 11:45 to 27:45
Screen freezed from 11:51 to 27:45
This screen got frozen when you are converting embeddings into vectors until the end
Sir Video is Frozen after 11:49 sec, Pls check the video sir, and upload it again.
#krishnaik the video is stuck after 11.45 min only audio is there
May be there is issue while rendering the video
Video got freezed at 11:48
Screen frozen after 11:50.
screen is frozen after 11:50
Hello, sir. I am a big fan of your knowledge, and I have a request. Could you make a video on how to extract text from a PDF, perform chunking, embedding, and store it in a vector database in parallel? This would reduce latency for a large PDF.I hope you respond this message
I got this error "RemoteDisconnected('Remote end closed connection without response". Can anyone help me please ?
why im having this error :
If Model is unavailable, either raise a TimeoutError...
if timeout is not None and time.time() - t0 > timeout:
--> 250 raise InferenceTimeoutError(
251 f"Model not loaded on the server: {url}. Please retry with a higher timeout (current:"
252 f" {self.timeout}).",
bro just use llama-3 model from groq api
he already made a video about groq api
it's totally free and now the llama-3 model is available inside it
and it's very fast cuz qroq is using LPU
watch his tutorial about groq to understand what i mean
Thanks dude, but the screen is frozen in the middle of the video
Sir if the aim of the project was to use open source why you haven't used Google embeddings which is free and also perform good, so please if you can make the video with this topic make the video with Google Gemini embeddings with langchain
The screen is frozen, can you please upload this video once again.
This is helpful ❤
Hi krish, the video froze at 11:49.
Sir your precision and accuracy are very low in credit card Fraud detection video, Isolation Forest and LOC are not working for fraud detection data. Can you suggest some good methods for the same.
thanks ❤
Please upload this video again
Sir from half of the video screen had frozen sir
screen is frozen at 11.50 to 27.20 time
Screen freezed after 12:15
Same screen froze issue
screen is stopped, sir please fix this issue
is it just me or screen froze?
anyways thanks for the video Krish
Dont worry i will fix that issue
# Call the QA chain with our query.
result = retrievalQA.invoke({"query": query})
print(result['result'])
ValueError: Error raised by inference API: Cannot override task for LLM models
Iam getting this error
hello sir please upload video again. whole video is not playing good
Screen frozen reh gyi sir and pls connect this with database instead of pdf
Screen is frozen
Will fix the issue and reupload the video
❤
🙂🙏
Hi, is anyone currently enrolled in Masters with major in ML in
Canada/US?
How is the Job market there?
Thanks for this videos!!!
Please reupload this video.
sir screen is freez
write end to end cuz we only see that
Hindi
video froze dude
Please, re-upload the video.
You froze sir, please unfreeze
🥲🥲🥲🥲🥲
screen is frozen sir
Screen is frozen