What is LangChain?

Learn about IBM watsonx→ ibm.biz/BdvkK8
LangChain became immensely popular when it was launched in 2022, but how can it impact your development and application of AI models, Large Language Models (LLM) in particular. In this video Martin Keen shares an overview of the features and uses of LangChain.
Get started for free on IBM Cloud → ibm.biz/sign-up-now
Subscribe to see more videos like this in the future → ibm.biz/subscribe-now

Пікірлер: 63

  • @alexiscao8749
    @alexiscao87492 ай бұрын

    After watching a ton of courses on coursera developed by prestigious universities, and tech companies like google, meta, etc., I found IBM' courses are the best: comprehensive, clear and concise! Thank you

  • @raslanismail9691
    @raslanismail9691Ай бұрын

    I appreciate presenters and mentors who make concepts easy to understand, as I am not a native English speaker.

  • @tubero911
    @tubero9112 ай бұрын

    Just want to thank the wonderful presenters for this excellent series and IBM for its commitment, innovation, and broad contribution to education in this field.

  • @softvision3000

    @softvision3000

    Ай бұрын

    What innovation you're talking? The community innovation?

  • @nditahsamweld346
    @nditahsamweld3465 күн бұрын

    Best description of LangChain I have watched

  • @kennethodhiambo1803
    @kennethodhiambo18032 ай бұрын

    Pure gold! Thanks a lot for this. Best regards from Nairobi, Kenya

  • @Cyberkspace

    @Cyberkspace

    2 ай бұрын

    hey i want you to contact me

  • @dennisperiquet190
    @dennisperiquet190Ай бұрын

    Great topic and great presentation of it -- a good breakdown of what it is and the use-cases it tries to fulfill. I like how you filled in some of the text instead of writing it out -- saves a lot of time. Thanks.

  • @sailize
    @sailize2 ай бұрын

    great work for this complicated frame work!

  • @tyronefrielinghaus3467
    @tyronefrielinghaus3467Ай бұрын

    martin KEEN(nominative determinism at work?) is my all-time fav IBM presenter! THis one no exception Great, clear expo of LangChain..

  • @charltonh2012

    @charltonh2012

    Ай бұрын

    As soon as I saw him start writing backwards, I lost all concentration on the presentation and was wondering "how did he do that", and was figuring it out instead of listening to the content.

  • @user-nc6fy1jb1o
    @user-nc6fy1jb1o7 күн бұрын

    This was super useful and easy to understand, thank you so much for posting!

  • @shockawe3773
    @shockawe3773Ай бұрын

    A complex topic explained clearly.

  • @mjacfardk
    @mjacfardk2 ай бұрын

    Thank you, Great tutorial, and easy to understand manner. We would like to ask you to explain about Lang chain concepts like indexes and chains. thank u again.

  • @seatube327
    @seatube3272 ай бұрын

    Great video! I just published a chat bot for home brewers, but it’s a bit basic so a friend of mine recommended using langchain to have it provide better responses and take meaningful actions. This was really helpful for me to get started, thank you!

  • @emc3000

    @emc3000

    2 ай бұрын

    Ooooh share a link if you can!

  • @thatwasavailable

    @thatwasavailable

    10 күн бұрын

    Yeah could you share

  • @user-jk1hp4xb4p
    @user-jk1hp4xb4p10 күн бұрын

    Thanks for sharing your knowladge with us. Thanks from Brazil.

  • @toenytv7946
    @toenytv79462 ай бұрын

    Way to break down the chain. Well done.

  • @user-jy4lk4uj5r
    @user-jy4lk4uj5r2 ай бұрын

    As always informative and entertaining at the same time. Would be great if you could show us some demo applications as well as some high level sample integration code or component. Thanks.

  • @antoniopavoni4639
    @antoniopavoni463923 күн бұрын

    Thank you very much for this introduction! I found it really useful and helps me navigate all the information and new programs around AI. Would you be able to provide few examples on what can we built on langchain ?

  • @khalidelgazzar
    @khalidelgazzarАй бұрын

    Great explaination. Thank you

  • @reda6154
    @reda61542 ай бұрын

    Very well explained ! Thx

  • @softvision3000
    @softvision3000Ай бұрын

    LangChain exists a long time and its community is huge. Nice to finally get an intro from IBM about that long existing technology and community product.

  • @utkbella
    @utkbella17 күн бұрын

    Best explanation.

  • @mzimmerman1988
    @mzimmerman1988Ай бұрын

    very helpful, thanks!

  • @santoshjayanth2342
    @santoshjayanth23422 ай бұрын

    Can we expand the capacity of input prompt using langchain if yes can you suggest any methods??

  • @KumR
    @KumR2 ай бұрын

    In the same program can we query one LLM (Like Llama2) , get response & use that response in a chain and pass that to another LLM (like google gemini)... All the in same program?

  • @henryebube3576
    @henryebube3576Ай бұрын

    Best explanation. Please can IBM provide end to end AI courses that can make us market ready for AI job or creating AI start up. So many noises out there

  • @spiral.technology9864
    @spiral.technology98642 ай бұрын

    thank you

  • @kannansingaravelu
    @kannansingaravelu29 күн бұрын

    How does langchain stack against llama index? Which is most preferred?

  • @leandroszkutnik9467
    @leandroszkutnik9467Ай бұрын

    Can you use this tools to create a chatbot for internal databases and taking care of the data privacy? For example, I have my documents with private information and I want to use Langchain to ask question about it... Can I create it with langchain without exposing my data?

  • @Nick_With_A_Stick
    @Nick_With_A_Stick2 ай бұрын

    Ibm explaining langchain. I guess langchain is getting production ready. During the start langchain was a bit rough.

  • @Oppen_AI
    @Oppen_AI4 күн бұрын

    Most people use langchain to extend memory on LLMs, do you have an alternative for that?

  • @supankanlavanathan463
    @supankanlavanathan463Ай бұрын

    - [00:00] 🛠 LangChain Overview - LangChain is an open-source framework for developing applications utilizing large language models (LLMs). - Components of LangChain include abstractions, LLM modules, prompts, and chains, streamlining the programming of LLM applications. - [01:26] 🔄 Abstractions in LangChain - Abstractions in LangChain simplify complex NLP tasks by representing common steps and concepts necessary to work with language models. - These abstractions can be chained together to create applications, minimizing the amount of code required. - [02:22] 🔗 Components of LangChain - LangChain comprises LLM modules, prompts, and chains, enabling developers to integrate different models and execute sequential functions to achieve desired tasks. - Components like prompts formalize the composition of instructions given to LLMs, facilitating the development process. - [03:47] 📊 Data Handling in LangChain - LangChain supports various data handling mechanisms, including document loaders and text splitters, enabling access to external data sources and efficient text processing. - Vector databases and memory utilities enhance data retrieval and management within LangChain applications. - [06:09] 🤖 LangChain Use Cases - LangChain facilitates diverse applications such as chatbots, summarization, question answering, data augmentation, and virtual agents. - Integration with existing workflows and robotic process automation (RPA) enhances the functionality of LangChain.

  • @MrLargonaut
    @MrLargonaut13 күн бұрын

    Just to clarify, LangChain ~= JSON but for LLMs?

  • @user-ms7qr8ye8o
    @user-ms7qr8ye8oАй бұрын

    cool video)

  • @leanguardia
    @leanguardia12 күн бұрын

    Does he write inversely on the board?

  • @CaptainPanick
    @CaptainPanick2 ай бұрын

    Am I the only one who wonders how this presentation actually works? Is he writing on a mirror? If he wrote on glass while standing behind it, it would be in reverse for us... How does some of the words autocomplete? How does it glow? Is it magic?

  • @Nick_With_A_Stick

    @Nick_With_A_Stick

    2 ай бұрын

    It’s actually a thing they invented to do this, I wondered the same thing and the actual ibm channel responded with a link to how they do it. Pretty sure it’s the video flipped horizontally. While he writes on a glass ( I cant remember anymore it was a long time ago the ibm channel responded)

  • @user-tp1rv5sy5f

    @user-tp1rv5sy5f

    2 ай бұрын

    I think he writes on a glass, and the camera is behind the glass. When the video is shot, it's mirrored so that left becomes right, and the right becomes left. Glowing is not a problem, there are fluorescent paints.

  • @AbhijithMulavana

    @AbhijithMulavana

    Ай бұрын

    The setup's left side view will be like: Person |Glass| Camera Glass will be big enough to cover the frame as in the video. Face is illuminated by lights fixed on the glass's frame. This will avoid reflections which would have been seen on the glass if illuminated from the front side. He writes on the glass with chalk pen. Video will be recorded on to the camera. This footage will have the letters written on the glass aa inverted horizontally. Then this footage is flipped horizontally by editing software.

  • @renato5668

    @renato5668

    Ай бұрын

    I was wondering that. If I had to do something like that, I would place him behind a glass wall, turned to the camera which on the other side of the glass. Then mirror the recorded video. But maybe they do it differently

  • @bydcn

    @bydcn

    Ай бұрын

    I think he did write in a reverse way!

  • @sk3ffingtonai
    @sk3ffingtonai2 ай бұрын

    👏👏

  • @tomkober
    @tomkober2 ай бұрын

    LanguageModelChaingang ;)

  • @lLvupKitchen
    @lLvupKitchen13 күн бұрын

    Um.. why is brulosophy guy on IBM's channel explaining langchain??

  • @fluffyunicorn7155
    @fluffyunicorn71552 ай бұрын

    I was a little scared that this would be a blockchain thing.

  • @JuShepp

    @JuShepp

    2 ай бұрын

    Scared ? Lol

  • @bloodline39

    @bloodline39

    Ай бұрын

    Scared?? Weak soul spotted

  • @TheManOfTheHourEveryHour

    @TheManOfTheHourEveryHour

    Ай бұрын

    It could be used for that. Get that schmoney.

  • @hartmannr76
    @hartmannr7620 күн бұрын

    Hold up... Am I watching a video on LLMs from the same guy that I've learned about home brewing from?!?!?

  • @mateusdavo
    @mateusdavoАй бұрын

    That's it folks.. It's happening.. I'm scared about what this technology can do

  • @dixztube
    @dixztubeАй бұрын

    Is he right or left handed

  • @Abhishek-kg3je
    @Abhishek-kg3je2 ай бұрын

    So this is what Ole is upto after leaving Man Utd

  • @redthunder6183
    @redthunder61834 күн бұрын

    honestly, I dont really like lang chain, I'd rather write the code myself to do this because its pretty trivial. seems more like something for non-techinical people who arent in tech

  • @gossipGirlMegan
    @gossipGirlMeganАй бұрын

    why?why?why?Why IBM know everything but lose AI age?

  • @ChinemeremDivine

    @ChinemeremDivine

    25 күн бұрын

    IBM will soon shock everyone 😅. You wait for it 🙂

  • @rajnishkumar7084
    @rajnishkumar70842 ай бұрын

    4000 laoff today. are you affected.

  • @user-uc2qy1ff2z
    @user-uc2qy1ff2z3 күн бұрын

    Everything, what could be done with langchain, better to be done without langchain. Langchain is everything bad from huggingface, without anything good, except false promise to make AI go brrrr with few lines of code. Okay, it will go brrrrr. But slowly. And when you'll need something at least a bit uncommon, you'll find, that everything is obfuscated behind several levels of unnecessary abstractions. And you'll need to rewrite everything.

  • @user-yu2wr5qf7g
    @user-yu2wr5qf7g8 күн бұрын

    subscribed

  • @toenytv7946
    @toenytv79462 ай бұрын

    Way to break down the chain. Well done.