langsmith 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ LangSmith helps you and your team develop and evaluate language models and intel
|
|
|
14
14
|
|
|
15
15
|
A typical workflow looks like:
|
|
16
16
|
|
|
17
|
-
1. Set up an account with LangSmith or host your [local server](https://docs.smith.langchain.com/docs/
|
|
17
|
+
1. Set up an account with LangSmith or host your [local server](https://docs.smith.langchain.com/docs/additional-resources/local_installation).
|
|
18
18
|
2. Log traces.
|
|
19
19
|
3. Debug, Create Datasets, and Evaluate Runs.
|
|
20
20
|
|