Skip to content

Commit b007300

Browse files
Mingqi2eyurtsev
andauthored
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. <img width="368" alt="image" src="https://github.com/user-attachments/assets/8dfa7e82-c6df-458c-ba42-2b9f0fd67d8d"> Fix: Just remove it to avoid 404 as example dirs is enough, look like (my local vs code) <img width="423" alt="image" src="https://github.com/user-attachments/assets/b65fc053-ed62-47e4-8404-fbfbcb4b17d5"> Signed-off-by: Mingqi <[email protected]> Co-authored-by: Eugene Yurtsev <[email protected]>
1 parent 9df7e88 commit b007300

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,7 @@ poetry run langchain serve --port=8100
120120

121121
## Examples
122122

123-
Get your LangServe instance started quickly with
124-
[LangChain Templates](https://github.com/langchain-ai/langchain/blob/master/templates/README.md).
125-
126-
For more examples, see the templates
127-
[index](https://github.com/langchain-ai/langchain/blob/master/templates/docs/INDEX.md)
128-
or the [examples](https://github.com/langchain-ai/langserve/tree/main/examples)
123+
Get your LangServe instances started quickly with the [examples](https://github.com/langchain-ai/langserve/tree/main/examples)
129124
directory.
130125

131126
| Description | Links |

0 commit comments

Comments
 (0)