mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
docs: link runnable api (#21783)
This commit is contained in:
parent
aee3842a21
commit
1cf80a5956
@ -7,9 +7,9 @@ sidebar_class_name: hidden
|
||||
|
||||
Here you’ll find answers to “How do I….?” types of questions.
|
||||
These guides are *goal-oriented* and *concrete*; they're meant to help you complete a specific task.
|
||||
For conceptual explanations see [Conceptual Guides](/docs/concepts/).
|
||||
For conceptual explanations see the [Conceptual guide](/docs/concepts/).
|
||||
For end-to-end walkthroughs see [Tutorials](/docs/tutorials).
|
||||
For comprehensive descriptions of every class and function see [API Reference](https://api.python.langchain.com/en/latest/).
|
||||
For comprehensive descriptions of every class and function see the [API Reference](https://api.python.langchain.com/en/latest/).
|
||||
|
||||
## Installation
|
||||
|
||||
@ -26,7 +26,7 @@ This highlights functionality that is core to using LangChain.
|
||||
|
||||
## LangChain Expression Language (LCEL)
|
||||
|
||||
LangChain Expression Language is a way to create arbitrary custom chains. It is built on the Runnable protocol.
|
||||
LangChain Expression Language is a way to create arbitrary custom chains. It is built on the [Runnable](https://api.python.langchain.com/en/latest/runnables/langchain_core.runnables.base.Runnable.html) protocol.
|
||||
|
||||
- [How to: chain runnables](/docs/how_to/sequence)
|
||||
- [How to: stream runnables](/docs/how_to/streaming)
|
||||
|
Loading…
Reference in New Issue
Block a user