Build a Full Stack RAG App With TypeScript

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 21

  • @lev1ato
    @lev1ato 7 หลายเดือนก่อน +13

    I would love more tutorials with this stack, great job

    • @k4f
      @k4f 7 หลายเดือนก่อน +2

      Seconded

    • @cosgravehill2740
      @cosgravehill2740 5 หลายเดือนก่อน +2

      Thirded!
      Lot of hybrid-front-enders out there who need to implement this stack like yesterday who don't have time to learn python just to learn Langchain(and now LangGraph-which i can't find any thorough tutorial like this one for in this stack).
      If I can get an intellectual, organic competency of Lang by building in TS stack, then I could hack in the Python if it truly is a differentiating advantage for these types of apps. I just feel like I can't devote the time and energy to build up an organic competency of Langchain and Python at the same time right now with things moving so fast.

  • @yYggdtyy5433
    @yYggdtyy5433 6 หลายเดือนก่อน +1

    This is very helpful. I'm really appreciate it. I still have got a alot to learn but surely this boosted the learning journey.

  • @ChrisWi88
    @ChrisWi88 9 หลายเดือนก่อน +3

    This is very impressive. Thank you for the video. Epic

  • @Dorff_Meister
    @Dorff_Meister 7 หลายเดือนก่อน

    Thanks. I did learn a lot. Very helpful.

  • @beastmode.engineer
    @beastmode.engineer 9 หลายเดือนก่อน

    Great video. RAG taught by Paul Dano himself. psych..

  • @thelifehackerpro9943
    @thelifehackerpro9943 4 หลายเดือนก่อน +3

    Langchain has become so complex in version 0.1 and 0.2

  • @prashlovessamosa
    @prashlovessamosa 8 หลายเดือนก่อน

    Hey thanks for sharing.

  • @SarmoungBooks
    @SarmoungBooks 6 หลายเดือนก่อน

    Wouldn't it be more efficient using a Vector database?

  • @realllmercu9466
    @realllmercu9466 6 หลายเดือนก่อน

    But why do we need to save QA to the supabase? There seems no usage in the code?

  • @donkeyblade
    @donkeyblade 9 หลายเดือนก่อน +1

    good stuff!

  • @aghileslounis
    @aghileslounis 9 หลายเดือนก่อน

    Why embed if you can give the entire paper to gpt4 ?

    • @bracesproul6995
      @bracesproul6995 9 หลายเดือนก่อน +5

      We embed so we can do RAG later, it makes for gathering faster & more refined context, as to not confuse the LLM. Not to mention the cost savings of only passing a few retrieved chunks instead of the entire paper for each question.

  • @seththunder2077
    @seththunder2077 9 หลายเดือนก่อน +10

    Can you do a Python version please