From b007300b06ff4be05a19eb0fd43aa7f1c167664c Mon Sep 17 00:00:00 2001 From: Mingqi Hu Date: Fri, 22 Nov 2024 23:21:02 +0800 Subject: [PATCH] docs: Remove templates in readme (#792) docs: Remove templates in readme Issue: 404 when you click the [LangChain Templates](https://github.com/langchain-ai/langchain/blob/master/templates/README.md) in readme. As templates dir has been removed on latest langchain master. image Fix: Just remove it to avoid 404 as example dirs is enough, look like (my local vs code) image Signed-off-by: Mingqi Co-authored-by: Eugene Yurtsev --- 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 |