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
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
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.
The issue with RAG is that we cant get summary of the pdf correctly, incase we are making a PDF ANALYSER(because in return the llm will get only a few chunks in RAG). What do you think should be the approach in this case?
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 ;-) )
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
How you get that crystal clear voice. What is your recording setup?
Thank you, I use a Shure SM7b and focusrite interface
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
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
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.
Yep, I will regularly update it 🙂. Actually I already did that yesterday after some students feedback
@@codingcrashcourses8533 Thank you all the udemy courses and TH-cam content everything can be done with 8gb RAM intel Mack book pro laptop.
Hi, sehr guter Content in deinen Videos. Könntest du bitte die promolinks für LC basic sowie LC Adv.RAG updaten, bitte...
@@patfgs2444 Erstelle morgen neue im Rahmen meines neuen Videos:)
Hi, would all of these be included in your LangChain basics courses?
The LangChain course covers much more, this is just a crashcourse. But it still heavily relies on the chain interface
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?
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
sir create same course with repect to js as well please
The issue with RAG is that we cant get summary of the pdf correctly, incase we are making a PDF ANALYSER(because in return the llm will get only a few chunks in RAG). What do you think should be the approach in this case?
Look at my RAPTOR Video:)
@@codingcrashcourses8533 okk thanks alot.
@@codingcrashcourses8533 Thanks alot.
Does changing the prompt return different answers? What will be a good prompt for a RAG app?
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 ;-) )
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