docs: fix more broken links (#27806)

Fix some broken links
This commit is contained in:
Eugene Yurtsev
2024-10-31 15:46:39 -04:00
committed by GitHub
parent c572d663f9
commit 71f590de50
18 changed files with 21 additions and 21 deletions

View File

@@ -370,7 +370,7 @@
"source": [
"## Create the agent\n",
"\n",
"Now that we have defined the tools and the LLM, we can create the agent. We will be using [LangGraph](/docs/concepts/#langgraph) to construct the agent. \n",
"Now that we have defined the tools and the LLM, we can create the agent. We will be using [LangGraph](/docs/concepts/architecture/#langgraph) to construct the agent. \n",
"Currently, we are using a high level interface to construct the agent, but the nice thing about LangGraph is that this high-level interface is backed by a low-level, highly controllable API in case you want to modify the agent logic.\n"
]
},
@@ -719,7 +719,7 @@
"We've also added in memory so you can have a conversation with them.\n",
"Agents are a complex topic with lots to learn! \n",
"\n",
"For more information on Agents, please check out the [LangGraph](/docs/concepts/#langgraph) documentation. This has it's own set of concepts, tutorials, and how-to guides."
"For more information on Agents, please check out the [LangGraph](/docs/concepts/architecture/#langgraph) documentation. This has it's own set of concepts, tutorials, and how-to guides."
]
},
{

View File

@@ -29,7 +29,7 @@
"\n",
"- Debugging and tracing your application using [LangSmith](https://docs.smith.langchain.com/)\n",
"\n",
"- Deploying your application with [LangServe](/docs/concepts/#langserve)\n",
"- Deploying your application with [LangServe](/docs/concepts/architecture/#langserve)\n",
"\n",
"Let's dive in!\n",
"\n",

View File

@@ -817,7 +817,7 @@
"source": [
"### Agent constructor\n",
"\n",
"Now that we have defined the tools and the LLM, we can create the agent. We will be using [LangGraph](/docs/concepts/#langgraph) to construct the agent. \n",
"Now that we have defined the tools and the LLM, we can create the agent. We will be using [LangGraph](/docs/concepts/architecture/#langgraph) to construct the agent. \n",
"Currently we are using a high level interface to construct the agent, but the nice thing about LangGraph is that this high-level interface is backed by a low-level, highly controllable API in case you want to modify the agent logic."
]
},

View File

@@ -494,7 +494,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We will use a prebuilt [LangGraph](/docs/concepts/#langgraph) agent to build our agent"
"We will use a prebuilt [LangGraph](/docs/concepts/architecture/#langgraph) agent to build our agent"
]
},
{