LangChain Explained In 15 Minutes - A MUST Learn For Python Programmers

  Рет қаралды 145,396

Tech With Tim

Tech With Tim

Күн бұрын

Пікірлер: 92
@sdaiwepm
@sdaiwepm 8 ай бұрын
I came here after taking a short course by the co-founder of LangChain. I'm sure he's a brilliant programmer, but Tim's explanations are much clearer, easier to follow. Thank you!
@nashwin2315
@nashwin2315 2 ай бұрын
Can you share a link to the course.
@Mr.Nichols
@Mr.Nichols 8 ай бұрын
Just got a job building with LangChain! Thanks Timothy.
@arbyyyyh
@arbyyyyh 11 ай бұрын
I literally started looking into LangChain a couple days ago. Glad to have one of your videos as a guide!
@timz2917
@timz2917 11 ай бұрын
"AI startups" going through the roof after this
@nagamanikanta9974
@nagamanikanta9974 11 ай бұрын
😂
@big123lak
@big123lak 11 ай бұрын
Starts up made by ai
@dompretcloud2
@dompretcloud2 7 ай бұрын
Most of them are basically chat gpt filtered
@Scitus
@Scitus 10 ай бұрын
This video came across while I was working on my flight control software. I'm gonna add this as a copilot
@xtremecubez3751
@xtremecubez3751 11 ай бұрын
As a person studying AI and DS as their major I think this library could be very helpful in working with AI in python as I was used to doing this stuff separately while this library clubs it all in , great video!
@BryanKDang
@BryanKDang 5 ай бұрын
What’s DS?
@xtremecubez3751
@xtremecubez3751 5 ай бұрын
@@BryanKDang Data Science
@KaramAlayan
@KaramAlayan 11 ай бұрын
Just know you are a hero to millions love your content easily a top 10 content creator
@hugoczerniawski166
@hugoczerniawski166 11 ай бұрын
As always crisp content Sir! I love it, thank you 🙏
@techdiyer5290
@techdiyer5290 11 ай бұрын
Is there a way to cut and glue multiple models together? I mean... if an existing code ai had a memGPT inspired tokenizer or smt, then it would be so much easier...
@abdelfattahkrita1590
@abdelfattahkrita1590 9 ай бұрын
Great video, thank you! please do a video on how to use langchain with open source llms such as llama or hugging face models ( locally or on the cloud)
@TopSandMolecule
@TopSandMolecule 11 ай бұрын
I am encountering problems while importing chat_models module from langchain main module it says the module doesnt exist even though i installed everything correctly i searched on internet but nothing fruitful came up so any help would be appreciated
@savagepeacemaker
@savagepeacemaker 10 ай бұрын
me too
@realmcraftchronicles
@realmcraftchronicles 7 ай бұрын
Awesome video. I'll be using it with ollama
@DrAIScience
@DrAIScience 10 ай бұрын
How about storing features and embeddings using llm?
@Rickety3263
@Rickety3263 11 ай бұрын
Well for once I feel ahead of the curve having used this package already in my current projects. 
@litttlemooncream5049
@litttlemooncream5049 9 ай бұрын
helped a lot! but can i replace openai with other open-sourced llms? thx
@StephenAkins
@StephenAkins 10 ай бұрын
@tim you said you'd link, in the description, to your video with a code your own adventure example, but I don't see it.
@get_downed_boi6270
@get_downed_boi6270 11 ай бұрын
just remember gang, chat gpt api is REALLY expensive.
@christianmagnus1003
@christianmagnus1003 8 ай бұрын
Question answering currently is with RAG pattern, so everything in this video change now, the most part of the code
@magnusbrzenk447
@magnusbrzenk447 9 ай бұрын
Wow - this library can inject a string into another string!
@alamireda88
@alamireda88 7 ай бұрын
great video, thanks !
@alimihakeem841
@alimihakeem841 11 ай бұрын
Have always been your fan TWT, Thanks for the valuable content
@florianmattausch8563
@florianmattausch8563 11 ай бұрын
Chat GPT is not an open AI Model. What do you mean with Open ai model ?
@richardbennett4365
@richardbennett4365 11 ай бұрын
See? At 1:57, even pip is telling the presenter how to install packages properly, but he ignores it and just keeps on going like an Energizer 🐇 Bunny.
@goldenpiece7087
@goldenpiece7087 10 ай бұрын
Liked, Subscribed and going to check out next ones! ❤
@Richard_GIS
@Richard_GIS 11 ай бұрын
What advantage dis-atvantage of using toml instead of dotenv?
@Blunebear
@Blunebear 11 ай бұрын
Hey I am having some error running the programs shown can you help me out
@pravachanpatra4012
@pravachanpatra4012 11 ай бұрын
Can you make a tutorial on creating a neural network library from scratch?
@pravachanpatra4012
@pravachanpatra4012 11 ай бұрын
Can you make a tutorial on creating a neural network library from scratch?
@pravachanpatra4012
@pravachanpatra4012 11 ай бұрын
Can you make a tutorial on creating a neural network library from scratch?
@pravachanpatra4012
@pravachanpatra4012 11 ай бұрын
Can you make a tutorial on creating a neural network library from scratch?
@pravachanpatra4012
@pravachanpatra4012 11 ай бұрын
Can you make a tutorial on creating a neural network library from scratch?
@rosenvladev9654
@rosenvladev9654 9 ай бұрын
why did u say that 5 times? @@pravachanpatra4012
@christoph231090
@christoph231090 11 ай бұрын
Hy Tim... Thanks for all your amazing content. Why do you install the libraries in your tutorials (always) in your global python environment?
@TechWithTim
@TechWithTim 11 ай бұрын
Just makes it a bit faster
@christoph231090
@christoph231090 11 ай бұрын
@@TechWithTimok, faster coder or faster video production 😅 Aren't you running into conflicts with all the libraries in your main python?
@TechWithTim
@TechWithTim 11 ай бұрын
surprisingly not too often!@@christoph231090
@serpent213
@serpent213 10 ай бұрын
nixos_user left the chat
@henrygagejr.-founderbuildg9199
@henrygagejr.-founderbuildg9199 9 ай бұрын
How do you get paid? For example. For the example do you work with affiliate plans?
@Vikasptl07
@Vikasptl07 11 ай бұрын
Thank you for great content 🙏
@agdmp1188
@agdmp1188 11 ай бұрын
How is this different from using the assistants api from openai ?
@vektracaslermd743
@vektracaslermd743 11 ай бұрын
Thanks very much, Tim! This is perfect timing for a knowledgebase project at work.
@bellak820
@bellak820 9 ай бұрын
Hey Tim, as I try to install langchain, I keep getting the same error. "zsh: no matches found: langchain[llms]" I'm not sure how to fix this. Any help would be appreciated.
@kaushik.aryan04
@kaushik.aryan04 8 ай бұрын
write it as this pip install " langchain[llms]" or just do pip install langchain
@mrurm9496
@mrurm9496 8 ай бұрын
@@kaushik.aryan04 that works, however the langchain[llms] package doesnt appear anymore on their get-started page, so I guess I would just do what is langchain's most updated suggestion
@Niksuniverse80
@Niksuniverse80 11 ай бұрын
Hi Tim - I recently enrolled in your course careers program (so far its amazing), I just have a question. I want to do the front end development specialization, but it automatically put me in the fundamental software development course. So after we complete this fundamental course, along with the final exams, will we be automatically prompted to select a specialization or how does it work? Thanks.
@TechWithTim
@TechWithTim 11 ай бұрын
Yes you will be prompted! You can select whichever one you like, you just need to pass the fundamentals first :)
@esrx7a
@esrx7a 11 ай бұрын
Thank you Tim for making me Context Aware
@forfreeStory
@forfreeStory 11 ай бұрын
Thanks. FreePS
@thelifehackerpro9943
@thelifehackerpro9943 6 ай бұрын
Langchain new version is completely changed, we want tutorial for new version with end to end project
@karani2677
@karani2677 11 ай бұрын
Hello Tech with Tim. My goal is to become a good ML,AI expert because there are some ideas i have in my mind and I have learned many things from KZbin,Google but still I don't have the necessary ML,AI skills to make them. So what do you think I should do? Like should i get a job? or buy a course? or something else?
@abbasjafary3443
@abbasjafary3443 6 ай бұрын
Please someone answer me Is it completely free or not?
@christianbliss3007
@christianbliss3007 Ай бұрын
No. You need to pay at least 5 bucks to chatgpt to be able to use an API key. If you're only doing what he shows in the video, you'll probably only end up using 3 or 4 cents of that. There's just a $5 minimum.
@omarnaser8291
@omarnaser8291 11 ай бұрын
please do a video using Llama api
@Senura_De_Alwis
@Senura_De_Alwis 11 ай бұрын
good ❤❤
@Randomguy48279xyz
@Randomguy48279xyz 11 ай бұрын
👍
@EagerEggplant
@EagerEggplant 10 ай бұрын
using powershell is madness bro
@TechWithTim
@TechWithTim 10 ай бұрын
What do you use?
@st3ady
@st3ady 10 ай бұрын
Ok so let’s hear what kind of projects u guys are going to make using this langchain api!
@sohamkumar4757
@sohamkumar4757 5 ай бұрын
"Fantastic Documentation" 💀
@stickmanland
@stickmanland 10 ай бұрын
LangChain is by no means new. In fact, it even older than ChatGPT!
@AndriCloud
@AndriCloud 11 ай бұрын
I can already list jobs in a company to be replaced by this. and many more with upcoming multi modal capabilities. this will disrupt labor market significantly
@PANDURANG99
@PANDURANG99 9 ай бұрын
What is difference between langchain use and chatgpt directly use?
@eftehassan9969
@eftehassan9969 11 ай бұрын
After watching this tutorial "I see a suit of armor around the world " cough cough Ultron cough .
@photon2724
@photon2724 9 ай бұрын
andd its all already deprecated.
@kaushik.aryan04
@kaushik.aryan04 8 ай бұрын
yeah everything is changed
@UncopylockedBusiness
@UncopylockedBusiness 11 ай бұрын
E
@ollie6845
@ollie6845 10 ай бұрын
Disapppointed. What about vectordb ? Retrievers ? Web browsing ? Etc. You didnt get more than 20% og what langchain is capable of.
@dermenschistweilesglaubtda41
@dermenschistweilesglaubtda41 11 ай бұрын
can you make a vid on how to find a wife as a 10x programmer? i have problems
@TechWithTim
@TechWithTim 11 ай бұрын
I too have that problem
@print-Ch1
@print-Ch1 11 ай бұрын
Second
@savagepeacemaker
@savagepeacemaker 10 ай бұрын
Doesn't work.. at least it doesn't for me a month after the release of this video.
@Sich97
@Sich97 8 ай бұрын
lol 😂
@varunpenumudi
@varunpenumudi 6 ай бұрын
Yes i think this library is changed alot.
@rizenrik
@rizenrik 11 ай бұрын
1st = 'First' print(f'{1st}')
@sadlife7710
@sadlife7710 11 ай бұрын
invalid, variable can't start on numbers XD
@mkk-un9nz
@mkk-un9nz 11 ай бұрын
good point 😁@@sadlife7710
@rizenrik
@rizenrik 11 ай бұрын
Observational test passed 😅😂
@mrsonicboy.
@mrsonicboy. 11 ай бұрын
​@@rizenriki failed 🤦‍♂️
@fkxfkx
@fkxfkx 11 ай бұрын
You can’t be bothered with an environment? Or at least mention it ?
@AyahuascaDataScientist
@AyahuascaDataScientist 11 ай бұрын
I miss the old TWT. He looks like he’s going to be an old bald guy now
@TechWithTim
@TechWithTim 11 ай бұрын
Wanna donate some hair?
@rssvg
@rssvg 7 ай бұрын
this video is so basic my 4 yr old nephew skipped it
LangChain Explained in 13 Minutes | QuickStart Tutorial for Beginners
12:44
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 81 МЛН
Noodles Eating Challenge, So Magical! So Much Fun#Funnyfamily #Partygames #Funny
00:33
Одну кружечку 😂❤️
00:12
Денис Кукояка
Рет қаралды 1,7 МЛН
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН
How To Make Money From Python - A Complete Guide
10:33
Tech With Tim
Рет қаралды 54 М.
RAG + Langchain Python Project: Easy AI/Chat For Your Docs
16:42
15 Python Libraries You Should Know About
14:54
ArjanCodes
Рет қаралды 404 М.
LangChain is AMAZING | Quick Python Tutorial
17:42
ArjanCodes
Рет қаралды 68 М.
What is LangChain?
8:08
IBM Technology
Рет қаралды 256 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,7 МЛН
What Is LangChain? - Explained Simply
6:19
David Ondrej
Рет қаралды 37 М.
Run ALL Your AI Locally in Minutes (LLMs, RAG, and more)
20:19
Cole Medin
Рет қаралды 265 М.
OpenAI Embeddings and Vector Databases Crash Course
18:41
Adrian Twarog
Рет қаралды 504 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 81 МЛН