mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-30 16:01:30 +00:00
21 lines
695 B
Plaintext
21 lines
695 B
Plaintext
---
|
|
sidebar_class_name: hidden
|
|
---
|
|
|
|
# Modules
|
|
|
|
LangChain provides standard, extendable interfaces and external integrations for the following modules, listed from least to most complex:
|
|
|
|
#### [Model I/O](/docs/modules/model_io/)
|
|
Interface with language models
|
|
#### [Retrieval](/docs/modules/data_connection/)
|
|
Interface with application-specific data
|
|
#### [Chains](/docs/modules/chains/)
|
|
Construct sequences of calls
|
|
#### [Agents](/docs/modules/agents/)
|
|
Let chains choose which tools to use given high-level directives
|
|
#### [Memory](/docs/modules/memory/)
|
|
Persist application state between runs of a chain
|
|
#### [Callbacks](/docs/modules/callbacks/)
|
|
Log and stream intermediate steps of any chain
|