mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 12:48:12 +00:00
mv LCEL up in docs (#11395)
This commit is contained in:
parent
4d66756d93
commit
91941d1f19
@ -33,27 +33,26 @@ module.exports = {
|
|||||||
slug: "get_started",
|
slug: "get_started",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: "category",
|
|
||||||
label: "Modules",
|
|
||||||
collapsed: false,
|
|
||||||
collapsible: false,
|
|
||||||
items: [{ type: "autogenerated", dirName: "modules" } ],
|
|
||||||
link: {
|
|
||||||
type: 'doc',
|
|
||||||
id: "modules/index"
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "LangChain Expression Language",
|
label: "LangChain Expression Language",
|
||||||
collapsed: true,
|
collapsed: false,
|
||||||
items: [{ type: "autogenerated", dirName: "expression_language" } ],
|
items: [{ type: "autogenerated", dirName: "expression_language" } ],
|
||||||
link: {
|
link: {
|
||||||
type: 'doc',
|
type: 'doc',
|
||||||
id: "expression_language/index"
|
id: "expression_language/index"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Modules",
|
||||||
|
collapsed: false,
|
||||||
|
items: [{ type: "autogenerated", dirName: "modules" } ],
|
||||||
|
link: {
|
||||||
|
type: 'doc',
|
||||||
|
id: "modules/index"
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Guides",
|
label: "Guides",
|
||||||
|
Loading…
Reference in New Issue
Block a user