LLM Chains using GPT 3.5 and other LLMs - LangChain #3

Поділитися
Вставка
  • Опубліковано 6 жов 2024

КОМЕНТАРІ • 37

  • @BluePanda-io
    @BluePanda-io Рік тому +2

    Pleaaase create more videos about LangChain this is incredible!!!!

  • @lnyxiux9654
    @lnyxiux9654 Рік тому +3

    Excellent. Langchain is so dope !
    I've been doing a lot of those things manually for some side projects recently but the community here is really taking it to the next level to speed up building :)
    Thanks for the intros, the videos are well made.

    • @jamesbriggs
      @jamesbriggs  Рік тому +1

      yeah langchain is epic, happy it's helping!

  • @AdityaAgarwal-v3b
    @AdityaAgarwal-v3b Рік тому +1

    u.r a gem , your videos deserves more like than they have,Thank you for such a great content.

  • @humanist3
    @humanist3 Рік тому +1

    Thanks James for the fantastic content. It's well balanced and timely..

  • @jamesbriggs
    @jamesbriggs  Рік тому

    LangChain has changed since I created this video, to import the LLMChain you now need:
    ```
    from langchain import LLMChain
    ```

  • @rohansood15
    @rohansood15 Рік тому +1

    Great stuff James! Something for you to consider for the recordings though - while I appreciate the zoom-in to your notebooks, it creates a pretty jerky experience when you scroll across it, or when it generates responses which moves text etc. I would try zooming out a bit

    • @jamesbriggs
      @jamesbriggs  Рік тому

      thanks for the input! I'll find a better balance between zoom + being less jerky

    • @jesusperdomo8388
      @jesusperdomo8388 Рік тому

      @@jamesbriggs in VSC the whole code would look better, what do you think?

  • @FarooqKaiser-ca
    @FarooqKaiser-ca Рік тому +3

    Excellent explanation!!!

  • @Slycoop
    @Slycoop Рік тому +1

    There's a product that launched recently called brilliant monocle . It claims to be an open source AR device. It's pretty obvious that the direction this is going is an AI that can see what you see and act as an assistant/private tutor. Would love to see open AI tools like CLIP Get integrated with a cheap AR technology soon.

    • @jamesbriggs
      @jamesbriggs  Рік тому +1

      that looks pretty cool, I'll look into it would be a great project

    • @kunal4557
      @kunal4557 Рік тому

      True that. I am currently working on building a GPT tutor for one of my courses in my university.

  • @DanielFuchs-b2p
    @DanielFuchs-b2p Рік тому

    hello, great video thanks - only manage now to walk through the course. i like the idea of software generation through langchain. nevertheless, which measures could we implement, that the code does not do any harm and does not create any vulnerabilities.

  • @henryhsu9517
    @henryhsu9517 4 місяці тому

    Excellent. I've learned from your videos. Thanks.
    I have a question about the example at 2:21. I got a warning message -- "LangChainDeprecationWarning: The class `LLMChain` was deprecated in LangChain 0.1.17 and will be removed in 0.3.0."
    Currently, the llm_chain = LLMChain(...) case should be replaced with llm_chain = llm | prompt_templat. Is it correct?

  • @manabchetia8382
    @manabchetia8382 Рік тому

    Thanks James for all these videos. Is it possible to do zero shot classification using a Langchain and LLM where I have a question, input_text and list of options?

  • @haneer3205
    @haneer3205 Рік тому

    Again, great stuff! Thank you

  • @ylazerson
    @ylazerson Рік тому

    Very neat video - thanks!

  • @guocity
    @guocity Рік тому

    very nice explaination

  • @niklase5901
    @niklase5901 Рік тому

    Great stuff, thanks!

  • @alivecoding4995
    @alivecoding4995 Рік тому

    Is there any way around the phone number verification for signing up with OpenAI?
    What are the associated costs?

  • @lutune
    @lutune Рік тому

    Cool content! What do you use to create your graphics, or where do you find them

    • @jamesbriggs
      @jamesbriggs  Рік тому +2

      hey Luke! Typically excalidraw, for video there's also some editing w/ davinci resolve

  • @souravdey8236
    @souravdey8236 6 місяців тому

    I tried llmmathchain with mistral it didn’t worked . It gave something output parser error?

  • @sonamsherpa4150
    @sonamsherpa4150 Рік тому

    Thank you for the great video! What does verbose signify?

    • @jamesbriggs
      @jamesbriggs  Рік тому

      tells the function to print out all of the steps that are being taken, purely for our own understanding of what is going on

    • @sonamsherpa4150
      @sonamsherpa4150 Рік тому

      @@jamesbriggs Thank you!

  • @Fluffynix
    @Fluffynix Рік тому

    How does this compare to Haystack which has been around for years?

    • @jamesbriggs
      @jamesbriggs  Рік тому +1

      they come from different angles, langchain focusing on LLM components, haystack on information retrieval - but now added LLM features
      I think haystack is great I used them for a long time, their information retrieval pipelines are more mature. However, I haven't used their agent-like tooling yet, but I plan to try it out soon

  • @alivecoding4995
    @alivecoding4995 Рік тому +1

    GPT + Bash Execution + Websites describing Priviledge Escalation = Skynet

  • @aliin_daglicht
    @aliin_daglicht Рік тому

    I LIKE THAT