RAG Based Chatbot With Memory(Chat History) | Creating History Aware Retriever | Langchain

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

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

  • @thesacredcode233
    @thesacredcode233 4 วันที่ผ่านมา

    Thank you very very much champ🏆🔥

  • @AmmaraIlyas-hz3wj
    @AmmaraIlyas-hz3wj หลายเดือนก่อน

    Thats very great session, I have been searching for the best playlist for quite some time, and I guess this playlist will prove to be very helpful💓

  • @shawtylikesfood
    @shawtylikesfood 3 หลายเดือนก่อน

    Thank you so much for putting in so much effort into these please keep them coming💗💗

    • @sunnysavita10
      @sunnysavita10  2 หลายเดือนก่อน

      sure why not thankyou

  • @Ishaheennabi
    @Ishaheennabi 3 หลายเดือนก่อน +1

    Great session keep going ❤❤❤

  • @PhotoshoppersStop
    @PhotoshoppersStop 3 หลายเดือนก่อน

    Thank you so much Sir, It was a long awaited one for me 😇😇

    • @sunnysavita10
      @sunnysavita10  3 หลายเดือนก่อน

      Most welcome 😊

  • @Sandeepsavita10
    @Sandeepsavita10 3 หลายเดือนก่อน

    Great session Sunny 🎉🎉🎉

  • @jamilahmarramduarte1575
    @jamilahmarramduarte1575 2 หลายเดือนก่อน

    BEST EXPLAINATION!

  • @RaviRanjan-vg8pe
    @RaviRanjan-vg8pe 3 หลายเดือนก่อน

    Thank you so much sir
    I am looking for this only 🙏🙏🙏

  • @MannDakuwa-p9s
    @MannDakuwa-p9s หลายเดือนก่อน

    This is done with few shot learning prompt right ?

  • @amansingh-ih2by
    @amansingh-ih2by 2 หลายเดือนก่อน

    How can we do the same thing with agent executor class? And how to check whether the context of the rag is passed or not

    • @sunnysavita10
      @sunnysavita10  2 หลายเดือนก่อน

      soon i will create a video ontop of agentic RAG with memory then you will get a idea

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

    As a beginner how to start langchain form your channel?

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

      start with langchain crash course

  • @Rr-lh2ru
    @Rr-lh2ru 3 หลายเดือนก่อน

    Sir please make a Deep learning playlist

    • @sunnysavita10
      @sunnysavita10  3 หลายเดือนก่อน

      soon will uploaded

  • @anandukc4709
    @anandukc4709 2 หลายเดือนก่อน

    I have a doubt. If the question doesn't needs any chat history the same process will repeat right? So its actually wasting tokens? Is there any ways to solve this??. And also how to manage session in real-life like in production there may be several users right so how to handle that situation? Pls reply

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

      What I found problematic here is the usage of continuous chat history, in such a way as you said, we're wasting tokens, there was `ConversationSummaryMemory` in the LangChain framework to provide a summary of the chat history but sadly LangChain has discontinued support for that and advises users to migrate to LangGraph persistence which is a little complicated. Secondly, I don't think there's any way to decide beforehand if a user query requires the chat history context, so, that's why it's more robust to at least provide a summary of the chat history as an additional context for more accurate responses.

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

      @@sougaaat true langraph documentation itself is very complicated. But one thing that i done is message trimming to reduce token usage.

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

      @@anandukc4709 Indeed. It's really irritating how fast they introduce breaking changes.

  • @Abhishekkumar-jl2dr
    @Abhishekkumar-jl2dr 3 หลายเดือนก่อน

    Which LLM should I use sir to run locally ?

    • @sunnysavita10
      @sunnysavita10  3 หลายเดือนก่อน

      watch my ollama video it is having plenty of options

  • @rakeshkumarrout2629
    @rakeshkumarrout2629 3 หลายเดือนก่อน

    this is great,but what is session_id still a mystery for me.can you shed some light? some answer and link.

    • @tomtom-it4co
      @tomtom-it4co 3 หลายเดือนก่อน

      A session ID in generative AI typically refers to a unique identifier assigned to a user session. It tracks the interaction context between the user and the AI model, allowing the model to maintain continuity and reference previous inputs, ensuring coherent responses throughout the session.

    • @rakeshkumarrout2629
      @rakeshkumarrout2629 3 หลายเดือนก่อน

      @@tomtom-it4co thanks for sharing.bdw how can we track that?

    • @rakeshkumarrout2629
      @rakeshkumarrout2629 3 หลายเดือนก่อน

      @@tomtom-it4co where can we get that from?

    • @sunnysavita10
      @sunnysavita10  3 หลายเดือนก่อน

      it could be any random value

    • @rakeshkumarrout2629
      @rakeshkumarrout2629 3 หลายเดือนก่อน

      @@sunnysavita10 okh got it ,bdw how to track for each user when there is 1000s of user??