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!
@nashwin23152 ай бұрын
Can you share a link to the course.
@Mr.Nichols8 ай бұрын
Just got a job building with LangChain! Thanks Timothy.
@arbyyyyh11 ай бұрын
I literally started looking into LangChain a couple days ago. Glad to have one of your videos as a guide!
@timz291711 ай бұрын
"AI startups" going through the roof after this
@nagamanikanta997411 ай бұрын
😂
@big123lak11 ай бұрын
Starts up made by ai
@dompretcloud27 ай бұрын
Most of them are basically chat gpt filtered
@Scitus10 ай бұрын
This video came across while I was working on my flight control software. I'm gonna add this as a copilot
@xtremecubez375111 ай бұрын
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!
@BryanKDang5 ай бұрын
What’s DS?
@xtremecubez37515 ай бұрын
@@BryanKDang Data Science
@KaramAlayan11 ай бұрын
Just know you are a hero to millions love your content easily a top 10 content creator
@hugoczerniawski16611 ай бұрын
As always crisp content Sir! I love it, thank you 🙏
@techdiyer529011 ай бұрын
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...
@abdelfattahkrita15909 ай бұрын
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)
@TopSandMolecule11 ай бұрын
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
@savagepeacemaker10 ай бұрын
me too
@realmcraftchronicles7 ай бұрын
Awesome video. I'll be using it with ollama
@DrAIScience10 ай бұрын
How about storing features and embeddings using llm?
@Rickety326311 ай бұрын
Well for once I feel ahead of the curve having used this package already in my current projects. 
@litttlemooncream50499 ай бұрын
helped a lot! but can i replace openai with other open-sourced llms? thx
@StephenAkins10 ай бұрын
@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_boi627011 ай бұрын
just remember gang, chat gpt api is REALLY expensive.
@christianmagnus10038 ай бұрын
Question answering currently is with RAG pattern, so everything in this video change now, the most part of the code
@magnusbrzenk4479 ай бұрын
Wow - this library can inject a string into another string!
@alamireda887 ай бұрын
great video, thanks !
@alimihakeem84111 ай бұрын
Have always been your fan TWT, Thanks for the valuable content
@florianmattausch856311 ай бұрын
Chat GPT is not an open AI Model. What do you mean with Open ai model ?
@richardbennett436511 ай бұрын
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.
@goldenpiece708710 ай бұрын
Liked, Subscribed and going to check out next ones! ❤
@Richard_GIS11 ай бұрын
What advantage dis-atvantage of using toml instead of dotenv?
@Blunebear11 ай бұрын
Hey I am having some error running the programs shown can you help me out
@pravachanpatra401211 ай бұрын
Can you make a tutorial on creating a neural network library from scratch?
@pravachanpatra401211 ай бұрын
Can you make a tutorial on creating a neural network library from scratch?
@pravachanpatra401211 ай бұрын
Can you make a tutorial on creating a neural network library from scratch?
@pravachanpatra401211 ай бұрын
Can you make a tutorial on creating a neural network library from scratch?
@pravachanpatra401211 ай бұрын
Can you make a tutorial on creating a neural network library from scratch?
@rosenvladev96549 ай бұрын
why did u say that 5 times? @@pravachanpatra4012
@christoph23109011 ай бұрын
Hy Tim... Thanks for all your amazing content. Why do you install the libraries in your tutorials (always) in your global python environment?
@TechWithTim11 ай бұрын
Just makes it a bit faster
@christoph23109011 ай бұрын
@@TechWithTimok, faster coder or faster video production 😅 Aren't you running into conflicts with all the libraries in your main python?
@TechWithTim11 ай бұрын
surprisingly not too often!@@christoph231090
@serpent21310 ай бұрын
nixos_user left the chat
@henrygagejr.-founderbuildg91999 ай бұрын
How do you get paid? For example. For the example do you work with affiliate plans?
@Vikasptl0711 ай бұрын
Thank you for great content 🙏
@agdmp118811 ай бұрын
How is this different from using the assistants api from openai ?
@vektracaslermd74311 ай бұрын
Thanks very much, Tim! This is perfect timing for a knowledgebase project at work.
@bellak8209 ай бұрын
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.aryan048 ай бұрын
write it as this pip install " langchain[llms]" or just do pip install langchain
@mrurm94968 ай бұрын
@@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
@Niksuniverse8011 ай бұрын
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.
@TechWithTim11 ай бұрын
Yes you will be prompted! You can select whichever one you like, you just need to pass the fundamentals first :)
@esrx7a11 ай бұрын
Thank you Tim for making me Context Aware
@forfreeStory11 ай бұрын
Thanks. FreePS
@thelifehackerpro99436 ай бұрын
Langchain new version is completely changed, we want tutorial for new version with end to end project
@karani267711 ай бұрын
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?
@abbasjafary34436 ай бұрын
Please someone answer me Is it completely free or not?
@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.
@omarnaser829111 ай бұрын
please do a video using Llama api
@Senura_De_Alwis11 ай бұрын
good ❤❤
@Randomguy48279xyz11 ай бұрын
👍
@EagerEggplant10 ай бұрын
using powershell is madness bro
@TechWithTim10 ай бұрын
What do you use?
@st3ady10 ай бұрын
Ok so let’s hear what kind of projects u guys are going to make using this langchain api!
@sohamkumar47575 ай бұрын
"Fantastic Documentation" 💀
@stickmanland10 ай бұрын
LangChain is by no means new. In fact, it even older than ChatGPT!
@AndriCloud11 ай бұрын
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
@PANDURANG999 ай бұрын
What is difference between langchain use and chatgpt directly use?
@eftehassan996911 ай бұрын
After watching this tutorial "I see a suit of armor around the world " cough cough Ultron cough .
@photon27249 ай бұрын
andd its all already deprecated.
@kaushik.aryan048 ай бұрын
yeah everything is changed
@UncopylockedBusiness11 ай бұрын
E
@ollie684510 ай бұрын
Disapppointed. What about vectordb ? Retrievers ? Web browsing ? Etc. You didnt get more than 20% og what langchain is capable of.
@dermenschistweilesglaubtda4111 ай бұрын
can you make a vid on how to find a wife as a 10x programmer? i have problems
@TechWithTim11 ай бұрын
I too have that problem
@print-Ch111 ай бұрын
Second
@savagepeacemaker10 ай бұрын
Doesn't work.. at least it doesn't for me a month after the release of this video.
@Sich978 ай бұрын
lol 😂
@varunpenumudi6 ай бұрын
Yes i think this library is changed alot.
@rizenrik11 ай бұрын
1st = 'First' print(f'{1st}')
@sadlife771011 ай бұрын
invalid, variable can't start on numbers XD
@mkk-un9nz11 ай бұрын
good point 😁@@sadlife7710
@rizenrik11 ай бұрын
Observational test passed 😅😂
@mrsonicboy.11 ай бұрын
@@rizenriki failed 🤦♂️
@fkxfkx11 ай бұрын
You can’t be bothered with an environment? Or at least mention it ?
@AyahuascaDataScientist11 ай бұрын
I miss the old TWT. He looks like he’s going to be an old bald guy now
@TechWithTim11 ай бұрын
Wanna donate some hair?
@rssvg7 ай бұрын
this video is so basic my 4 yr old nephew skipped it