From fb3df898b5e1351662e881233ec89fb6a5d8d50b Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:35:00 -0700 Subject: [PATCH] docs: Update README.md (#23409) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03687da7d33..01c6773370a 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Please see [here](https://python.langchain.com) for full documentation, which in - [πŸ¦œπŸ› οΈ LangSmith](https://docs.smith.langchain.com/): Tracing and evaluating your language model applications and intelligent agents to help you move from prototype to production. - [πŸ¦œπŸ•ΈοΈ LangGraph](https://langchain-ai.github.io/langgraph/): Creating stateful, multi-actor applications with LLMs, built on top of (and intended to be used with) LangChain primitives. - [πŸ¦œπŸ“ LangServe](https://python.langchain.com/docs/langserve): Deploying LangChain runnables and chains as REST APIs. - - [LangChain Templates](https://python.langchain.com/v0.2/docs/templates/): Example applications hosted with LangServe. +- [LangChain Templates](https://python.langchain.com/v0.2/docs/templates/): Example applications hosted with LangServe. ## πŸ’ Contributing