mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 22:03:52 +00:00
x
This commit is contained in:
parent
c4ebccfec2
commit
bf94e5e43f
@ -1,9 +1,16 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 0
|
||||||
|
sidebar_class_name: hidden
|
||||||
|
---
|
||||||
|
|
||||||
# Conceptual guide
|
# Conceptual guide
|
||||||
|
|
||||||
import ThemedImage from '@theme/ThemedImage';
|
import ThemedImage from '@theme/ThemedImage';
|
||||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||||
|
|
||||||
This section contains introductions to key parts of LangChain.
|
In this section, you'll find explanations of the key concepts, providing a deeper understanding of core principles.
|
||||||
|
|
||||||
|
The conceptual guide will not cover step-by-step instructions or specific implementation details — those are found in the [How-To Guides](/docs/how_to/) and [Tutorials](/docs/tutorials) sections. For detailed reference material, please visit the [API Reference](https://python.langchain.com/api_reference/).
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|
@ -47,7 +47,17 @@ module.exports = {
|
|||||||
className: 'hidden',
|
className: 'hidden',
|
||||||
}],
|
}],
|
||||||
},
|
},
|
||||||
"concepts",
|
{
|
||||||
|
type: "category",
|
||||||
|
link: {type: 'doc', id: 'concepts/index'},
|
||||||
|
label: "Conceptual Guide",
|
||||||
|
collapsible: false,
|
||||||
|
items: [{
|
||||||
|
type: 'autogenerated',
|
||||||
|
dirName: 'concepts',
|
||||||
|
className: 'hidden',
|
||||||
|
}],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Ecosystem",
|
label: "Ecosystem",
|
||||||
|
Loading…
Reference in New Issue
Block a user