-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Langchain agent notebooks to 3P_Integrations #576
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@subramen LGTM except 3 colab links at the top of the notebooks will need to be updated to use the new path.
"metadata": {}, | ||
"source": [ | ||
"<a href=\"https://colab.research.google.com/github/meta-llama/llama-recipes/blob/main/recipes/use_cases/agents/langchain/langgraph-rag-agent.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the colab link needs to be updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The use_cases/agents/langchain
in the 3 notebooks' Colab links all need to be changed to 3p_integrations/langchain
. @subramen
recipes/3p_integrations/langchain/langgraph_rag_agent_local.ipynb
Outdated
Show resolved
Hide resolved
recipes/3p_integrations/langchain/langgraph_tool_calling_agent.ipynb
Outdated
Show resolved
Hide resolved
colab link
colab link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made the colab link changes. @subramen
Original commits authored by @jeffxtang