mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-26 01:44:39 +00:00
23 lines
687 B
Plaintext
23 lines
687 B
Plaintext
---
|
|
sidebar_class_name: hidden
|
|
---
|
|
|
|
# Modules
|
|
|
|
LangChain provides standard, extendable interfaces and external integrations for the following main modules:
|
|
|
|
#### [Model I/O](/docs/modules/model_io/)
|
|
Interface with language models
|
|
#### [Retrieval](/docs/modules/data_connection/)
|
|
Interface with application-specific data
|
|
#### [Agents](/docs/modules/agents/)
|
|
Let chains choose which tools to use given high-level directives
|
|
|
|
## Additional
|
|
#### [Chains](/docs/modules/chains/)
|
|
Common, building block compositions
|
|
#### [Memory](/docs/modules/memory/)
|
|
Persist application state between runs of a chain
|
|
#### [Callbacks](/docs/modules/callbacks/)
|
|
Log and stream intermediate steps of any chain
|