From e3fd971972d3a0d675c4bdaea4bfe97696084b1e Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 7 Oct 2024 16:03:29 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23b826724..9ae54beaf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ ![NPM Version](https://img.shields.io/npm/v/langsmith?logo=npm) [![JS Downloads](https://img.shields.io/npm/dm/langsmith)](https://www.npmjs.com/package/langsmith) -This repository contains the Python and Javascript SDK's for interacting with the [LangSmith platform](https://smith.langchain.com/). +This repository contains the Python and Javascript SDK's for interacting with the [LangSmith platform](https://smith.langchain.com/). Please see [LangSmith Documentation](https://docs.smith.langchain.com/) +for documentation about using the LangSmith platform and the client SDK. LangSmith helps your team debug, evaluate, and monitor your language models and intelligent agents. It works with any LLM Application, including a native integration with the [LangChain Python](https://github.com/langchain-ai/langchain) and [LangChain JS](https://github.com/langchain-ai/langchainjs) open source libraries.