mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-29 12:25:37 +00:00
current python.langchain.com is building from branch `v0.1`. Iterate on v0.2 docs here. --------- Signed-off-by: Weichen Xu <weichen.xu@databricks.com> Signed-off-by: Rahul Tripathi <rauhl.psit.ec@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com> Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Leonid Ganeline <leo.gan.57@gmail.com> Co-authored-by: Leonid Kuligin <lkuligin@yandex.ru> Co-authored-by: Averi Kitsch <akitsch@google.com> Co-authored-by: Nuno Campos <nuno@langchain.dev> Co-authored-by: Nuno Campos <nuno@boringbits.io> Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com> Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com> Co-authored-by: Martín Gotelli Ferenaz <martingotelliferenaz@gmail.com> Co-authored-by: Fayfox <admin@fayfox.com> Co-authored-by: Eugene Yurtsev <eugene@langchain.dev> Co-authored-by: Dawson Bauer <105886620+djbauer2@users.noreply.github.com> Co-authored-by: Ravindu Somawansa <ravindu.somawansa@gmail.com> Co-authored-by: Dhruv Chawla <43818888+Dominastorm@users.noreply.github.com> Co-authored-by: ccurme <chester.curme@gmail.com> Co-authored-by: Bagatur <baskaryan@gmail.com> Co-authored-by: WeichenXu <weichen.xu@databricks.com> Co-authored-by: Benito Geordie <89472452+benitoThree@users.noreply.github.com> Co-authored-by: kartikTAI <129414343+kartikTAI@users.noreply.github.com> Co-authored-by: Kartik Sarangmath <kartik@thirdai.com> Co-authored-by: Sevin F. Varoglu <sfvaroglu@octoml.ai> Co-authored-by: MacanPN <martin.triska@gmail.com> Co-authored-by: Prashanth Rao <35005448+prrao87@users.noreply.github.com> Co-authored-by: Hyeongchan Kim <kozistr@gmail.com> Co-authored-by: sdan <git@sdan.io> Co-authored-by: Guangdong Liu <liugddx@gmail.com> Co-authored-by: Rahul Triptahi <rahul.psit.ec@gmail.com> Co-authored-by: Rahul Tripathi <rauhl.psit.ec@gmail.com> Co-authored-by: pjb157 <84070455+pjb157@users.noreply.github.com> Co-authored-by: Eun Hye Kim <ehkim1440@gmail.com> Co-authored-by: kaijietti <43436010+kaijietti@users.noreply.github.com> Co-authored-by: Pengcheng Liu <pcliu.fd@gmail.com> Co-authored-by: Tomer Cagan <tomer@tomercagan.com> Co-authored-by: Christophe Bornet <cbornet@hotmail.com>
366 lines
8.1 KiB
JavaScript
366 lines
8.1 KiB
JavaScript
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @format
|
|
*/
|
|
|
|
/**
|
|
* Creating a sidebar enables you to:
|
|
- create an ordered group of docs
|
|
- render a sidebar for each doc of that group
|
|
- provide next/previous navigation
|
|
|
|
The sidebars can be generated from the filesystem, or explicitly defined here.
|
|
|
|
Create as many sidebars as you want.
|
|
*/
|
|
|
|
module.exports = {
|
|
docs: [
|
|
{
|
|
type: "category",
|
|
label: "Introduction",
|
|
collapsed: false,
|
|
collapsible: false,
|
|
link: { type: "doc", id: "introduction" },
|
|
items: ["installation"],
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "tutorials/index",
|
|
label: "Tutorials",
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "how_to/index",
|
|
label: "How-To Guides",
|
|
},
|
|
"concepts",
|
|
{
|
|
type: "category",
|
|
label: "Ecosystem",
|
|
collapsed: false,
|
|
collapsible: false,
|
|
items: [
|
|
{
|
|
type: "category",
|
|
label: "🦜🛠️ LangSmith",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "langsmith",
|
|
},
|
|
],
|
|
link: {
|
|
type: "doc",
|
|
id: "langsmith/index",
|
|
},
|
|
},
|
|
"langgraph",
|
|
"langserve",
|
|
],
|
|
},
|
|
"security",
|
|
],
|
|
integrations: [
|
|
{
|
|
type: "category",
|
|
label: "Providers",
|
|
collapsible: false,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/platforms",
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "More",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/providers",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/providers",
|
|
},
|
|
},
|
|
],
|
|
link: {
|
|
type: "doc",
|
|
id: "integrations/platforms/index",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Components",
|
|
collapsible: false,
|
|
items: [
|
|
{
|
|
type: "category",
|
|
label: "Chat models",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/chat",
|
|
},
|
|
],
|
|
link: {
|
|
type: "doc",
|
|
id: "integrations/chat/index",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "LLMs",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/llms",
|
|
},
|
|
],
|
|
link: {
|
|
type: "doc",
|
|
id: "integrations/llms/index",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Embedding models",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/text_embedding",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/text_embedding",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Document loaders",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/document_loaders",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/document_loaders",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Document transformers",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/document_transformers",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/document_transformers",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Vector stores",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/vectorstores",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/vectorstores",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Retrievers",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/retrievers",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/retrievers",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Tools",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/tools",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/tools",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Toolkits",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/toolkits",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/toolkits",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Memory",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/memory",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/memory",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Graphs",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/graphs",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/graphs",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Callbacks",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/callbacks",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/callbacks",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Chat loaders",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/chat_loaders",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/chat_loaders",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Adapters",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/adapters",
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/adapters",
|
|
},
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Stores",
|
|
collapsed: true,
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "integrations/stores",
|
|
},
|
|
],
|
|
link: {
|
|
type: "doc",
|
|
id: "integrations/stores/index",
|
|
},
|
|
},
|
|
],
|
|
link: {
|
|
type: "generated-index",
|
|
slug: "integrations/components",
|
|
},
|
|
},
|
|
],
|
|
templates: [
|
|
{
|
|
type: "category",
|
|
label: "Templates",
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "templates",
|
|
},
|
|
],
|
|
link: {
|
|
type: "doc",
|
|
id: "templates/index",
|
|
},
|
|
},
|
|
],
|
|
contributing: [
|
|
{
|
|
type: "category",
|
|
label: "Contributing",
|
|
items: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "contributing",
|
|
},
|
|
],
|
|
},
|
|
],
|
|
};
|