mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
fix langsmith links (#13144)
This commit is contained in:
parent
8b2a82b5ce
commit
1311450646
@ -8,7 +8,7 @@ Here are a few different tools and functionalities to aid in debugging.
|
|||||||
|
|
||||||
## Tracing
|
## Tracing
|
||||||
|
|
||||||
Platforms with tracing capabilities like [LangSmith](/docs/guides/langsmith/) and [WandB](/docs/integrations/providers/wandb_tracing) are the most comprehensive solutions for debugging. These platforms make it easy to not only log and visualize LLM apps, but also to actively debug, test and refine them.
|
Platforms with tracing capabilities like [LangSmith](/docs/langsmith/) and [WandB](/docs/integrations/providers/wandb_tracing) are the most comprehensive solutions for debugging. These platforms make it easy to not only log and visualize LLM apps, but also to actively debug, test and refine them.
|
||||||
|
|
||||||
For anyone building production-grade LLM applications, we highly recommend using a platform like this.
|
For anyone building production-grade LLM applications, we highly recommend using a platform like this.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ sidebar_class_name: hidden
|
|||||||
[LangSmith](https://smith.langchain.com) helps you trace and evaluate your language model applications and intelligent agents to help you
|
[LangSmith](https://smith.langchain.com) helps you trace and evaluate your language model applications and intelligent agents to help you
|
||||||
move from prototype to production.
|
move from prototype to production.
|
||||||
|
|
||||||
Check out the [interactive walkthrough](/docs/guides/langsmith/walkthrough) to get started.
|
Check out the [interactive walkthrough](/docs/langsmith/walkthrough) to get started.
|
||||||
|
|
||||||
For more information, please refer to the [LangSmith documentation](https://docs.smith.langchain.com/).
|
For more information, please refer to the [LangSmith documentation](https://docs.smith.langchain.com/).
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"# LangSmith 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/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",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user