langchain-core. Examples include chat models, tools, retrievers, and more.
Your integration package will typically implement a subclass of at least one of these components. Expand the tabs below to see details on each.
- Chat Models
- Embeddings
- Tools
- Middleware
- Checkpointers
- Sandboxes
Chat models are subclasses of the
BaseChatModel class. They implement methods for generating chat completions, handling message formatting, and managing model parameters.连接这些文档到 Claude、VSCode 等,通过 MCP 获取实时答案。

