mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
- put use cases in main sidebar - move modules to own sidebar, rename components - cleanup lcel section - cleanup guides - update font, cell highlighting --------- Co-authored-by: Chester Curme <chester.curme@gmail.com> Co-authored-by: Bagatur <baskaryan@gmail.com>
15 lines
596 B
Plaintext
15 lines
596 B
Plaintext
---
|
|
sidebar_class_name: hidden
|
|
---
|
|
|
|
# Primitives
|
|
|
|
In addition to various [components](/docs/modules) that are usable with LCEL, LangChain also includes various primitives
|
|
that help pass around and format data, bind arguments, invoke custom logic, and more.
|
|
|
|
This section goes into greater depth on where and how some of these components are useful.
|
|
|
|
import DocCardList from "@theme/DocCardList";
|
|
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items.filter((item) => item.href !== "/docs/expression_language/primitives/")} /> |