3-Langchain Series-Production Grade Deployment LLM As API With Langchain And FastAPI

  Рет қаралды 27,376

Krish Naik

Krish Naik

Күн бұрын

Пікірлер: 56
@krishnaik06
@krishnaik06 6 ай бұрын
Support me by joining membership so that I can upload these kind of videos kzbin.info/door/NU_lfiiWBdtULKOw6X0Digjoin
@Sy-uc5fy
@Sy-uc5fy 5 ай бұрын
I'm loving the courses! Thank you so much I'm learning a lot.
@MeAi-fd8pt
@MeAi-fd8pt 6 ай бұрын
I have done your nlp deep learning one shot and I will say you have done really great work that you increased my interested in this field. Thanks for this video too. - Somesh Panchal, Pune.
@rashedin6356
@rashedin6356 6 ай бұрын
Sir can you make a playlist of gen ai and llm course and project videos
@mahikhan5716
@mahikhan5716 5 ай бұрын
@krish please try to explain some little things like why u used chatpromptemplate.from_template why other project u have used .from_messge otherwise it's type of confusion not for all but those who we are poor students
@educationdelightenglish3819
@educationdelightenglish3819 5 ай бұрын
Excellent video on KZbin! No other videos can match such great things on planet as far as AI learning is concerned! I need to know minimum hardware configuration to run all these program! 1. Can I run the program without NVIDIA graphics processor! If at all I have to purchase, what should be the configuration as there is no such requirements.txt for Hardware ! Kindly let us know, if possible make one video simpley stating LLM vs Hardware Configuration and Price as well as renting remote VPS for deployment!
@SantK1208
@SantK1208 6 ай бұрын
Thank you Krish, when you will start RAG system using Langchain
@YogeshPatil-es8bw
@YogeshPatil-es8bw 5 ай бұрын
Hi guys , how to solve this error: json.decoder.jsondecodeerror: expecting value: line 1 column 1 (char 0)
@pranaygupta6034
@pranaygupta6034 3 ай бұрын
Hey Krish! Great video. But im encountering an error after creating the routes where it is asking me to add a runnable sequence. How do i solve it?
@balajin5395
@balajin5395 6 ай бұрын
Hi Krish, when you starting the 1% data scientist programme? I am eagerly waiting for that.
@evanluo4605
@evanluo4605 2 ай бұрын
from the api it clearly seems llama needs to get updated, its very inaccurate in producing results as compared to others
@spusuluri4804
@spusuluri4804 4 ай бұрын
Hi sir can we use langchain in real production environment in large scale
@shubhajitkotal6201
@shubhajitkotal6201 3 ай бұрын
I am getting some error on the prompt1 line of code .
@studology67
@studology67 2 ай бұрын
why are we creating API, whats the benefit
@velpaul9917
@velpaul9917 5 ай бұрын
Great video. Clear and crisp explaination of the concept and code. Can we use this use case for the comparing different LLM model response? or somthing else.
@NoDoglapan
@NoDoglapan 5 ай бұрын
Hi Krish - a small bug in your code because of which it is not generating a poem - instead of prompt|llm it should be prompt|model for the poem routes add_routes( app, prompt2|llm, path="/poem"
@ninadpawar2062
@ninadpawar2062 6 ай бұрын
Hello Krish, I'm currently working on a PostgreSQL query using LangChain. I'm interested in obtaining the output in Excel format. Could you please advise on how to achieve this?
@Vir-se2kb
@Vir-se2kb 4 ай бұрын
Hi Kris. plz explain the reason in details for every line of code. Explaining on a high level keeps confusing. Like the add_routes section - you should explain it in more detail.
@lixiasong3459
@lixiasong3459 5 ай бұрын
Sir, Thank you for the insightful video; regarding hosting, could we utilize Hugging Face for hosting? Thank you very much again.
@pragneshsolanki8243
@pragneshsolanki8243 5 ай бұрын
There is conflict coming in langserve, langsmith, langchain_core version. I am getting errors due to this library. Please share the version of this library to install. Thanks
@deepaksingh9318
@deepaksingh9318 Ай бұрын
And nothing can match th way you teach things (explaining each every library , their use , Diagrams ). These are really very helpful Krish. Really appreciate creating all these tutorial. Please keep adding more to the playlist :)
@sweetsforpauper
@sweetsforpauper 5 ай бұрын
Can you make a video on how to adapt an LLM model to its specific use case? Is fine-tuning the right approach, or should one tie the model to a database (RAG) that provides the necessary information? In my case, I'm currently trying to integrate a 'learning coach' chatbot within a Moodle course. Naturally, it should know the contents of the Moodle course to be able to provide targeted help...
@ayyappahemanth7134
@ayyappahemanth7134 5 ай бұрын
Hi sir, I'm not able to use 'gemma' instead of 'llama2', don't know why?, I'm able to run llama2 successfully, Is there any changes to be done to use gemma. I'm able to run from cmd line using ollama! Please help.
@siddharthchauhan3404
@siddharthchauhan3404 5 ай бұрын
Hi Krish, First of all want to great work on videos really learning a lot from your videos. I have question, can you please share how can we deploy langgraph using langserve? Thanks
@ridj41
@ridj41 5 ай бұрын
Hey krish , there is an error , whenever I try to run the app.py file, I go to the url, then do /docs, then there appears that the API load has failed, please make one non-openai version of this video as well, since those not having tokens in openai are unable to execute what is provided in this video, I think that is the reason , since I did not add os.environ, to my code since I did not have tokens in my openai account.
@santhoshr8943
@santhoshr8943 4 ай бұрын
Please provide a video with deepseek Krish Thanks for your hardwork really helping me.
@ridj41
@ridj41 5 ай бұрын
Krish, can you make a video on how to get an internship in Generative AI field, I have worked a lot on genai, and currently also learning, now wanted some real world experience in the field.
@rakesh-purple
@rakesh-purple 5 ай бұрын
Hi Krish, I wanted to share some feedback. I'm a regular viewer of your videos, and I often find it challenging to locate a specific video when I don't remember its title. Implementing a consistent naming convention or series titles could significantly improve the searchability of your content. I truly value the insights your videos provide.
@Raaj_ML
@Raaj_ML 4 ай бұрын
Thanks ! But the first add_routes() was not needed. Not sure why that was added.
@mahmadmusffir8459
@mahmadmusffir8459 6 ай бұрын
how we will add memory in apis
@keshavchhabra6419
@keshavchhabra6419 6 ай бұрын
by using a vector database
@mahmadmusffir8459
@mahmadmusffir8459 6 ай бұрын
@@keshavchhabra6419 i mean chat history
@SaiBharadwajKakunuri
@SaiBharadwajKakunuri 5 ай бұрын
what about multiple users using at a time.does that increase latency sir
@saurabhjain507
@saurabhjain507 5 ай бұрын
Can you please show how to stream the response using fastapi to streamlit?
@Ishaheennabi
@Ishaheennabi 6 ай бұрын
How can high school developers get placed❤ plz reply
@hamidraza1584
@hamidraza1584 6 ай бұрын
How I can create API key for back end llm,s
@krishj8011
@krishj8011 3 ай бұрын
Thank you for making amazing tutorial... 👍
@theshubhagrwl
@theshubhagrwl 3 ай бұрын
langchain and Krish sir makes it super easy!
@Vir-se2kb
@Vir-se2kb 4 ай бұрын
Hi Kris. You are just writing codes by watching your left side screen, please explain the concepts in more detail.
@studology67
@studology67 2 ай бұрын
yes this is what i want, why are we creating api in the first place?
@tzurdo1
@tzurdo1 3 ай бұрын
Thanks for a great tutorial and a great series!
@elmflor4365
@elmflor4365 5 ай бұрын
Thank you so excited for the continuation of this great series!!
@KAMAT_JI72
@KAMAT_JI72 6 ай бұрын
❤❤
@animesaitama-r3c
@animesaitama-r3c 6 ай бұрын
Sir ML vs ds vs dl vs Generative Ai kiya sikhu mai. Smaj nahi aa rha 🙏🙏🙏🙏😢😢🙏🙏🙏🙏🙏🙏🙏🙏
@SantK1208
@SantK1208 6 ай бұрын
Sab seekh le
@ridj41
@ridj41 5 ай бұрын
maine sab sikha hua hai, sabse important data analytics aur ml hai jobs perspective se, par sabse kam competition generative ai mein hai kyuki baaki sab cheeze seekhne k baad genai seekhte hai directly nhi. GenAI ki prereq NLP hai, aur NLP ki prereq- ML/DL/etc.
@vinayreddyvarikuti
@vinayreddyvarikuti 6 ай бұрын
Thank you so much sir..
@nishantchoudhary3245
@nishantchoudhary3245 5 ай бұрын
waiting for next video
@Nishant-xu1ns
@Nishant-xu1ns 5 ай бұрын
excellent video sir .keep it up
@nikhielsingh748
@nikhielsingh748 5 ай бұрын
Amazing video !
@IdPreferNot1
@IdPreferNot1 5 ай бұрын
Such a great start to this series, thx!
@andrespineiro7609
@andrespineiro7609 5 ай бұрын
Nice work!!!
@eventsjamaicamobileapp1426
@eventsjamaicamobileapp1426 5 ай бұрын
Great work!
@rishiraj2548
@rishiraj2548 6 ай бұрын
🙂🙏
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 45 МЛН
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 114 МЛН
From Small To Giant Pop Corn #katebrush #funny #shorts
00:17
Kate Brush
Рет қаралды 70 МЛН
🍉😋 #shorts
00:24
Денис Кукояка
Рет қаралды 3,5 МЛН
Reliable, fully local RAG agents with LLaMA3.2-3b
31:04
LangChain
Рет қаралды 20 М.
Gen AI Project Using Llama3.1 | End to End Gen AI Project
40:51
codebasics
Рет қаралды 69 М.
Why You NEED To Learn FastAPI | Hands On Project
21:15
Travis Media
Рет қаралды 163 М.
Why Agent Frameworks Will Fail (and what to use instead)
19:21
Dave Ebbelaar
Рет қаралды 65 М.
What are AI Agents?
12:29
IBM Technology
Рет қаралды 493 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 45 МЛН