mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 19:03:25 +00:00
redirect langsmith walkthrough (#13040)
This commit is contained in:
parent
6f45532620
commit
d26fd6f0d1
@ -7,7 +7,7 @@
|
||||
"tags": []
|
||||
},
|
||||
"source": [
|
||||
"# Walkthrough\n",
|
||||
"# LangSmith Walkthrough\n",
|
||||
"[](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",
|
||||
|
@ -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*"
|
||||
|
Loading…
Reference in New Issue
Block a user