diff --git a/libs/cli/README.md b/libs/cli/README.md index b8b1705d713..1dc3bfa5406 100644 --- a/libs/cli/README.md +++ b/libs/cli/README.md @@ -1,5 +1,8 @@ # langchain-cli -[Docs](./DOCS.md) +This package implements the official CLI for LangChain. Right now, it is most useful +for getting started with LangChain Templates! -[LangServe Templates Quickstart](../../templates/README.md) +[CLI Docs](https://github.com/langchain-ai/langchain/blob/master/libs/cli/DOCS.md) + +[LangServe Templates Quickstart](https://github.com/langchain-ai/langchain/blob/master/templates/README.md) diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index a15a59a8737..ed3c8c2bbc8 100644 --- a/libs/cli/pyproject.toml +++ b/libs/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-cli" -version = "0.0.9" +version = "0.0.10" description = "CLI for interacting with LangChain" authors = ["Erick Friis "] readme = "README.md" diff --git a/templates/docs/docs.png b/templates/docs/docs.png index 82f49ba6d9b..3ad2fc8a6d1 100644 Binary files a/templates/docs/docs.png and b/templates/docs/docs.png differ