Langchain vs LlamaIndex vs OpenAI GPTs: Which one should you use?

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 19

  • @WhatsAI
    @WhatsAI  Месяц назад

    Get your copy of "Building LLMs for Production": amzn.to/4bqYU9b

  • @DrumAdrian16
    @DrumAdrian16 Месяц назад +1

    super helpful 🤓
    Thank you !

  • @footube3
    @footube3 11 месяцев назад +2

    Excellent overview. Thanks so much for taking the time to create this!

  • @mumpecydrone8788
    @mumpecydrone8788 7 месяцев назад +2

    Thank you sooo much for this video. You have no idea how much time I saved with this

  • @Jaybearno
    @Jaybearno 11 месяцев назад +6

    So after several weeks of diving into Langchain, I've personally found it to be cumbersome and overly complex for simple POC's I want to build. There are many integrations, but also a huge range of features, interface/method implementations, etc. The documentation page is great, *if* you are only mimicking the exact use case in the scenario. Try doing anything else, and found that the conceptual explanations are quite weak. I understand why they implemented LCEL, however that just adds yet another layer of abstraction to what would be a simple chain of function calls (and worse because you can't easily inspect what each component is doing. Has anyone else had this experience? Should i keep grinding, or spend more time hopping to even more platforms/integrations/etc. There are so many options!

  • @ShantanuSingh-wc4ou
    @ShantanuSingh-wc4ou 9 месяцев назад +1

    This is a real gem. Keep working on these type of videos. Thank you.

  • @yadav-r
    @yadav-r 4 месяца назад

    Langchain then.
    Thank you for sharing this.

  • @ladiflamez7415
    @ladiflamez7415 11 месяцев назад +1

    Hello Mauril! I'm hoping to learn how to create LLM apps from you, I have intermediate Python knowledge.
    Best regards sensei !

  • @augmentos
    @augmentos 9 месяцев назад

    Be cool to see agent swarm vs AutoGen 2 vs Lang graph

  • @debapriyadas5422
    @debapriyadas5422 2 месяца назад

    Thanks

  • @maxpaynestory
    @maxpaynestory 10 месяцев назад +5

    OpenAI Assitant with Retrieval doesn't give good answers. LangChain + GPT3.5 + RAG give awesone answers.

    • @WhatsAI
      @WhatsAI  10 месяцев назад

      Indeed!

    • @s-guytech9160
      @s-guytech9160 7 месяцев назад +1

      That's what I am currently using, you forgot to mention OAI A + R is slower and more expensive as well.

  • @shoopieable
    @shoopieable 11 месяцев назад

    Can i connect either of these to a MySQL database?

    • @WhatsAI
      @WhatsAI  11 месяцев назад +1

      I believe you can yes! Llamaindex has libraries to deal with sql databases :)

    • @shoopieable
      @shoopieable 11 месяцев назад

      @@WhatsAI that's great, going to give it a try. So my use case seems plausible right. That I could be running natural language queries on my WordPress website (powered by MySQL) . Inclusive of customer purchases and orders which are stored in that database?

    • @WhatsAI
      @WhatsAI  11 месяцев назад

      @shoopieable definitely sounds possible yes!