From 56c757cc711fdc9902fe5549274bd56b856af27b Mon Sep 17 00:00:00 2001 From: Mingqi Date: Wed, 20 Nov 2024 10:05:02 +0000 Subject: [PATCH] Remove templates Signed-off-by: Mingqi --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index b6c88f74..32bb0e20 100644 --- a/README.md +++ b/README.md @@ -120,12 +120,7 @@ poetry run langchain serve --port=8100 ## Examples -Get your LangServe instance started quickly with -[LangChain Templates](https://github.com/langchain-ai/langchain/blob/master/templates/README.md). - -For more examples, see the templates -[index](https://github.com/langchain-ai/langchain/blob/master/templates/docs/INDEX.md) -or the [examples](https://github.com/langchain-ai/langserve/tree/main/examples) +Get your LangServe instances started quickly with the [examples](https://github.com/langchain-ai/langserve/tree/main/examples) directory. | Description | Links |