redirect langsmith walkthrough (#13040)

pull/13042/head
Bagatur 11 months ago committed by GitHub
parent 6f45532620
commit d26fd6f0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@
"tags": [] "tags": []
}, },
"source": [ "source": [
"# Walkthrough\n", "# LangSmith Walkthrough\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/langchain-ai/langchain/blob/master/docs/docs/guides/langsmith/walkthrough.ipynb)\n", "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/langchain-ai/langchain/blob/master/docs/docs/guides/langsmith/walkthrough.ipynb)\n",
"\n", "\n",
"LangChain makes it easy to prototype LLM applications and Agents. However, delivering LLM applications to production can be deceptively difficult. You will likely have to heavily customize and iterate on your prompts, chains, and other components to create a high-quality product.\n", "LangChain makes it easy to prototype LLM applications and Agents. However, delivering LLM applications to production can be deceptively difficult. You will likely have to heavily customize and iterate on your prompts, chains, and other components to create a high-quality product.\n",

@ -1,5 +1,13 @@
{ {
"redirects": [ "redirects": [
{
"source": "/docs/guides/langsmith(/?)",
"destination": "/docs/langsmith/"
},
{
"source": "/docs/guides/langsmith/walkthrough",
"destination": "/docs/langsmith/walkthrough"
},
{ {
"source": "/docs/modules/data_connection/retrievers/self_query/:path*", "source": "/docs/modules/data_connection/retrievers/self_query/:path*",
"destination": "/docs/integrations/retrievers/self_query/:path*" "destination": "/docs/integrations/retrievers/self_query/:path*"

Loading…
Cancel
Save