redirect langsmith walkthrough (#13040)

This commit is contained in:
Bagatur
2023-11-07 18:24:13 -08:00
committed by GitHub
parent 6f45532620
commit d26fd6f0d1
2 changed files with 9 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
"tags": []
},
"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",
"\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",

View File

@@ -1,5 +1,13 @@
{
"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*",
"destination": "/docs/integrations/retrievers/self_query/:path*"