From 503f2487a58fd048d1054f4d6fdcc1e5f2b9f9de Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:51:17 -0800 Subject: [PATCH] docs: intro nit (#27998) --- 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 5b828810e37..db48ddfb85d 100644 --- a/docs/docs/introduction.mdx +++ b/docs/docs/introduction.mdx @@ -29,9 +29,9 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; Concretely, the framework consists of the following open-source libraries: - **`langchain-core`**: Base abstractions and LangChain Expression Language. -- **`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`**. +- Integration packages (e.g. **`langchain-openai`**, **`langchain-anthropic`**, etc.): Important integrations have been split into lightweight packages that are co-maintained by the LangChain team and the integration developers. - **`langchain`**: Chains, agents, and retrieval strategies that make up an application's cognitive architecture. +- **`langchain-community`**: Third-party integrations that are community maintained. - **[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. Integrates smoothly with LangChain, but can be used without it. - **[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.