Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
188 changes: 181 additions & 7 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,206 @@
{
"group": "Get started",
"pages": [
"langchain/guides/get-started/overview",
"langchain/guides/get-started/quickstart"
]
},
{
"group": "Core concepts",
"group": "Core components",
"pages": [

{
"group": "Chat models",
"pages": [
"langchain/guides/chat-models/overview",
"langchain/guides/chat-models/use-chat-models",
"langchain/guides/chat-models/configure-messages",
"langchain/guides/chat-models/input-multi-modal-data",
"langchain/guides/chat-models/available-integrations"
]
},
{
"group": "Embedding models",
"pages": [
"langchain/guides/embedding-models/overview"
]
},
{
"group": "Tools",
"pages": [
"langchain/guides/tools/overview"
]
}
]
},
{
"group": "RAG-specific components",
"pages": [
{
"group": "Document loaders",
"pages": [
"langchain/guides/document-loaders/overview"
]
},
{
"group": "Retrievers",
"pages": [
"langchain/guides/retrievers/overview"
]
},
{
"group": "Text splitters",
"pages": [
"langchain/guides/text-splitters/overview"
]
},
{
"group": "Vector stores",
"pages": [
"langchain/guides/vector-stores/overview"
]
}
]
},
{
"group": "Advanced usage",
"pages": [
{
"group": "Prompt templates",
"pages": [
"langchain/guides/prompt-templates/overview"
]
},
{
"group": "Output parsers",
"pages": [
"langchain/guides/"
]
},
{
"group": "Example selectors",
"pages": [
"langchain/guides/"
]
},
{
"group": "LLMs",
"pages": [
"langchain/guides/"
]
},
{
"group": "Serialization",
"pages": [
"langchain/guides/"
]
},
{
"group": "LCEL",
"pages": [
"langchain/guides/"
]
},
"langchain/examples/migrate-from-v0.0-chains"
]
}
]
},
{
"tab": "API Reference",
"tab": "Integrations",
"groups": [
{
"group": "Core",
"group": "Components",
"pages": [
"langchain/reference/api-stub"
"langchain/integrations/overview"
]
},
{
"group": "Modules",
"group": "Providers",
"pages": [
"langchain/integrations/anthropic",
"langchain/integrations/aws",
"langchain/integrations/google",
"langchain/integrations/hugging-face",
"langchain/integrations/microsoft",
"langchain/integrations/openai",
{
"group": "Other",
"pages": [
"langchain/integrations/abso",
"langchain/integrations/acreom"
]
},
"langchain/integrations/add-integration"
]
}
]
},
{
"tab": "Examples",
"pages": [
"langchain/examples/overview",
{
"group": "Build an app",
"pages": [
"langchain/examples/chat-models-prompts",
"langchain/examples/semantic-search",
"langchain/examples/classification",
"langchain/examples/extraction"
]
}
]
},
{
"tab": "Reference",
"groups": [
{
"group": "Base packages",
"pages": [
"langchain/reference/base/core",
"langchain/reference/base/langchain",
"langchain/reference/base/community",
"langchain/reference/base/experimental"
]
},
{
"group": "Integrations",
"pages": [
"langchain/reference/anthropic",
"langchain/reference/aws",
"langchain/reference/google",
"langchain/reference/hugging-face",
"langchain/reference/microsoft",
"langchain/reference/openai",
{
"group": "Other",
"pages": [
"langchain/reference/abso",
"langchain/reference/acreom"
]
}
]
},
{
"group": "Errors",
"pages": [
"langchain/reference/errors"
]
},
{
"group": "Releases",
"pages": [
"langchain/reference/api-stub-2"
"langchain/releases/new-in-v0.3",
"langchain/releases/new-in-v0.2"
]
},
{
"group": "Policies",
"pages": [
"langchain/policies/release-policy",
"langchain/policies/security-policy"
]
}

]
}
]
Expand Down
File renamed without changes.
Empty file.
Empty file.
Empty file.
5 changes: 5 additions & 0 deletions langchain/examples/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Examples
---

Link to LC examples and link to external LG / LS examples
Empty file.
4 changes: 4 additions & 0 deletions langchain/guides/chat-models/available-integrations.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Available chat model integrations"
sidebarTitle: "Available integrations"
---
3 changes: 3 additions & 0 deletions langchain/guides/chat-models/configure-messages.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Configure messages"
---
4 changes: 4 additions & 0 deletions langchain/guides/chat-models/input-multi-modal-data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Input multi-modal data into chat models"
sidebarTitle: "Input multi-modal data"
---
6 changes: 6 additions & 0 deletions langchain/guides/chat-models/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Chat models overview"
sidebarTitle: "Overview"
---

This would also include Messages overview and Multi-modal overview docs
3 changes: 3 additions & 0 deletions langchain/guides/chat-models/use-chat-models.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Use chat models"
---
Empty file.
Empty file.
Empty file.
7 changes: 7 additions & 0 deletions langchain/guides/get-started/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "LangChain"
sidebarTitle: "Overview"
mode: "wide"
---

This is the landing page for LangChain docs
Empty file.
Empty file.
5 changes: 0 additions & 5 deletions langchain/guides/stub-langchain.mdx

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file added langchain/integrations/abso.mdx
Empty file.
Empty file.
4 changes: 4 additions & 0 deletions langchain/integrations/add-integration.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Add an integration"
sidebarTitle: "➕ Add integration"
---
11 changes: 11 additions & 0 deletions langchain/integrations/anthropic.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Anthropic"
---

## Install

How to install

## Reference

For more information, see [Anthropic reference](../reference/anthropic.mdx).
3 changes: 3 additions & 0 deletions langchain/integrations/aws.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "AWS"
---
Empty file.
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions langchain/integrations/openai.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "OpenAI"
---
10 changes: 10 additions & 0 deletions langchain/integrations/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Components overview"
sidebarTitle: "Overview"
---

This is an overview page that shows a matrix of providers + components. The charts can be shared across guides/integration docs via snippets.

## Future

In a future state, these integration docs can be standardized and moved into reference
Empty file.
Empty file.
Empty file added langchain/reference/abso.mdx
Empty file.
Empty file added langchain/reference/acreom.mdx
Empty file.
3 changes: 3 additions & 0 deletions langchain/reference/anthropic.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Anthropic"
---
3 changes: 3 additions & 0 deletions langchain/reference/aws.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "AWS"
---
Empty file.
2 changes: 2 additions & 0 deletions langchain/reference/base/core.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Note: these will be dropdowns to mirror https://python.langchain.com/api_reference/core/index.html
Empty file.
Empty file.
5 changes: 5 additions & 0 deletions langchain/reference/errors.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Error reference"
---

Combine everything from https://python.langchain.com/docs/troubleshooting/errors/
Empty file added langchain/reference/google.mdx
Empty file.
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions langchain/reference/openai.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "OpenAI"
---