Hello Lore, first time watched the video and absolutely loved it. Please keep it up it is very encouraging for those who are looking to learn. Apart from this, i'm getting a graph recursion limit error when invoking the content_extractor. any idea?
Thank you for your kind words! I’m so glad you enjoyed the video and found it helpful in your learning journey. Regarding the graph recursion limit error with the content_extractor, it might have something to do with limits on your OpenAI model access, such as token limits or API constraints. You could check your API usage and ensure it’s within the allowed parameters. Let me know if that helps, and feel free to share more details if you’re still encountering issues!
@@lorevanoudenhove no, it is from langgraph instead. While invoking we can set recursion limit, you can take something like 15 or 20 to avoid this error.
Thank you for the video Lore. Hope to see more content in future :)
Thanks for this tutorial. I am exploring frameworks for build an AI Agent application. Do you have any comparison between langgraph and Pydandtic AI ?
Hello Lore, first time watched the video and absolutely loved it. Please keep it up it is very encouraging for those who are looking to learn.
Apart from this, i'm getting a graph recursion limit error when invoking the content_extractor. any idea?
Thank you for your kind words! I’m so glad you enjoyed the video and found it helpful in your learning journey.
Regarding the graph recursion limit error with the content_extractor, it might have something to do with limits on your OpenAI model access, such as token limits or API constraints. You could check your API usage and ensure it’s within the allowed parameters.
Let me know if that helps, and feel free to share more details if you’re still encountering issues!
@@lorevanoudenhove no, it is from langgraph instead. While invoking we can set recursion limit, you can take something like 15 or 20 to avoid this error.