langchain/docs/docs/use_cases/index.mdx
Jacob Lee 605c3f23e1
docs: reorg and visual refresh (#19765)
- 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>
2024-04-04 00:58:36 -07:00

20 lines
816 B
Plaintext

---
sidebar_class_name: hidden
---
# Use cases
This section contains walkthroughs and techniques for common end-to-end use tasks.
If you're looking to build something specific or are more of a hands-on learner, try one out!
While they reference building blocks that are explained in greater detail in other sections, we absolutely
encourage folks to get started by going through them and picking apart the code in a real-world context.
Or, if you prefer to look at the fundamentals first, you can check out the sections on [Expression Language](/docs/expression_language/get_started)
and the various [components](/docs/modules) LangChain provides for more background knowledge.
import DocCardList from "@theme/DocCardList";
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';
<DocCardList />