templates: readme langsmith not private beta (#20173)

This commit is contained in:
Erick Friis
2024-04-12 13:08:10 -07:00
committed by GitHub
parent 525226fb0b
commit d83b720c40
98 changed files with 98 additions and 98 deletions

View File

@@ -68,7 +68,7 @@ from intel_rag_xeon import chain as xeon_rag_chain
add_routes(app, xeon_rag_chain, path="/intel-rag-xeon")
```
(Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). If you don't have access, you can skip this section
(Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section
```shell
export LANGCHAIN_TRACING_V2=true