mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
11 lines
461 B
Plaintext
11 lines
461 B
Plaintext
---
|
|
sidebar_position: 2
|
|
---
|
|
|
|
# Cookbook
|
|
|
|
import DocCardList from "@theme/DocCardList";
|
|
|
|
Example code for accomplishing common tasks with the LangChain Expression Language (LCEL). These examples show how to compose different Runnable (the core LCEL interface) components to achieve various tasks. If you're just getting acquainted with LCEL, the [Prompt + LLM](/docs/expression_language/cookbook/prompt_llm_parser) page is a good place to start.
|
|
|
|
<DocCardList /> |