Compare commits

...

7 Commits

Author SHA1 Message Date
Eugene Yurtsev
a1f6f33d27 Merge branch 'master' into eugene/experimenting_with_layout 2024-10-07 15:13:45 -04:00
Eugene Yurtsev
bdf49300ec x 2024-10-07 15:12:48 -04:00
Eugene Yurtsev
0ce7c656cf Merge branch 'master' into eugene/experimenting_with_layout 2024-10-07 15:12:27 -04:00
Eugene Yurtsev
f291150236 x 2024-10-07 15:12:22 -04:00
Eugene Yurtsev
57d9a4feab x 2024-10-03 15:30:08 -04:00
Eugene Yurtsev
d677aa5d8e x 2024-10-03 14:33:14 -04:00
Eugene Yurtsev
c661ffe813 x 2024-10-02 13:54:21 -04:00
2 changed files with 19 additions and 2 deletions

View File

@@ -1,9 +1,16 @@
---
sidebar_position: 0
sidebar_class_name: hidden
---
# Conceptual guide
import ThemedImage from '@theme/ThemedImage';
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

View File

@@ -47,7 +47,17 @@ module.exports = {
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",
label: "Ecosystem",