From 42a379c75c744c95dc6b92e71e3379291e056d99 Mon Sep 17 00:00:00 2001 From: Baskar Gopinath <73015364+baskargopinath@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:00:05 +0800 Subject: [PATCH] docs: Standardise formatting (#22948) Standardised formatting ![image](https://github.com/langchain-ai/langchain/assets/73015364/ea3b5c5c-e7a6-4bb7-8c6b-e7d8cbbbf761) --- docs/docs/introduction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/introduction.mdx b/docs/docs/introduction.mdx index 36f76c75fd..c66f195db2 100644 --- a/docs/docs/introduction.mdx +++ b/docs/docs/introduction.mdx @@ -30,8 +30,8 @@ Concretely, the framework consists of the following open-source libraries: - **`langchain-community`**: Third party integrations. - Partner packages (e.g. **`langchain-openai`**, **`langchain-anthropic`**, etc.): Some integrations have been further split into their own lightweight packages that only depend on **`langchain-core`**. - **`langchain`**: Chains, agents, and retrieval strategies that make up an application's cognitive architecture. -- **[langgraph](https://langchain-ai.github.io/langgraph)**: Build robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. -- **[langserve](/docs/langserve)**: Deploy LangChain chains as REST APIs. +- **[LangGraph](https://langchain-ai.github.io/langgraph)**: Build robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. +- **[LangServe](/docs/langserve)**: Deploy LangChain chains as REST APIs. - **[LangSmith](https://docs.smith.langchain.com)**: A developer platform that lets you debug, test, evaluate, and monitor LLM applications.