LangChain Crashcourse (2024 Version) - Learn LangChain in 50 Minutes

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

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

  • @zainn7336
    @zainn7336 25 วันที่ผ่านมา

    sir create same course with repect to js as well please

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

    can you do video tutorial for codes that act (may be via function calling), instead of just returning data? for example, GUI navigation, web browsing etc

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

      I already recorded such a tutorial. I created a piece of software with backend and frontend and you can change and animate stuff via voice. Will be released in two weeks

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

    Solid content!
    I have two questions;
    1) Can we add memory in the RAG code that you showed in the video?
    2) Can we use agents through LCEL syntax?

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

      Thank you!
      1. I guess I already did that in the video :p
      2. No, not only. For agentic workflows, you need cycles. Therefore I recommend LangGraph

  • @GulshanSaini
    @GulshanSaini 27 วันที่ผ่านมา

    How you get that crystal clear voice. What is your recording setup?

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

    Thank you. I bought the course from udemy Advanced LangChain Techniques: Mastering RAG Applications in fact all udemy courses of yours I bought. Will this langchain will be updated in udemy please let me know.

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

      Yep, I will regularly update it 🙂. Actually I already did that yesterday after some students feedback

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

      @@codingcrashcourses8533 Thank you all the udemy courses and TH-cam content everything can be done with 8gb RAM intel Mack book pro laptop.

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

    I have a problem with Agentic RAG
    this error happen
    USER_AGENT environment variable not set, consider setting it to identify your requests.
    especially with streamlit

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

    Does changing the prompt return different answers? What will be a good prompt for a RAG app?

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

      Of course it has an inflence. The prompt is already fine. If you want more security, you can add somethink like a KontextChecker class, which checks if the answer is actually answered by the returned docs. But these are advanced concepts. (which you can learn in my RAG Udemy course btw ;-) )

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

    Hi, would all of these be included in your LangChain basics courses?

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

      The LangChain course covers much more, this is just a crashcourse. But it still heavily relies on the chain interface