mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 12:07:36 +00:00
templates: readme langsmith not private beta (#20173)
This commit is contained in:
@@ -41,7 +41,7 @@ from rag_pinecone_multi_query import chain as rag_pinecone_multi_query_chain
|
||||
add_routes(app, rag_pinecone_multi_query_chain, path="/rag-pinecone-multi-query")
|
||||
```
|
||||
|
||||
(Optional) Now, let's 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) Now, let's 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
|
||||
|
Reference in New Issue
Block a user