organized folders, added components tab, adjusted mendable style.

This commit is contained in:
carlosrcoelho 2023-06-26 19:17:12 -03:00
commit d76d5cd10c
77 changed files with 2291 additions and 11030 deletions

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/agents",
"id": "components/agents",
"title": "Agents",
"description": "(coming soon)",
"source": "@site/docs/components/agents.mdx",
"sourceDirName": "components",
"slug": "/components/agents",
"permalink": "/components/agents",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Collection",
"permalink": "/guidelines/collection"
},
"next": {
"title": "Chains",
"permalink": "/components/chains"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/chains",
"id": "components/chains",
"title": "Chains",
"description": "(coming soon)",
"source": "@site/docs/components/chains.mdx",
"sourceDirName": "components",
"slug": "/components/chains",
"permalink": "/components/chains",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Agents",
"permalink": "/components/agents"
},
"next": {
"title": "Loaders",
"permalink": "/components/loaders"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/embeddings",
"id": "components/embeddings",
"title": "Embeddings",
"description": "(coming soon)",
"source": "@site/docs/components/embeddings.mdx",
"sourceDirName": "components",
"slug": "/components/embeddings",
"permalink": "/components/embeddings",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Loaders",
"permalink": "/components/loaders"
},
"next": {
"title": "LLMs",
"permalink": "/components/llms"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/llms",
"id": "components/llms",
"title": "LLMs",
"description": "(coming soon)",
"source": "@site/docs/components/llms.mdx",
"sourceDirName": "components",
"slug": "/components/llms",
"permalink": "/components/llms",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Embeddings",
"permalink": "/components/embeddings"
},
"next": {
"title": "Memories",
"permalink": "/components/memories"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/loaders",
"id": "components/loaders",
"title": "Loaders",
"description": "(coming soon)",
"source": "@site/docs/components/loaders.mdx",
"sourceDirName": "components",
"slug": "/components/loaders",
"permalink": "/components/loaders",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Chains",
"permalink": "/components/chains"
},
"next": {
"title": "Embeddings",
"permalink": "/components/embeddings"
}
}

View file

@ -14,7 +14,7 @@
"sidebar": "docs",
"previous": {
"title": "🎨 Creating Flows",
"permalink": "/creating-flows"
"permalink": "/getting-started/creating-flows"
},
"next": {
"title": "Features",

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/memories",
"id": "components/memories",
"title": "Memories",
"description": "(coming soon)",
"source": "@site/docs/components/memories.mdx",
"sourceDirName": "components",
"slug": "/components/memories",
"permalink": "/components/memories",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "LLMs",
"permalink": "/components/llms"
},
"next": {
"title": "Prompts",
"permalink": "/components/prompts"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/prompts",
"id": "components/prompts",
"title": "Prompts",
"description": "(coming soon)",
"source": "@site/docs/components/prompts.mdx",
"sourceDirName": "components",
"slug": "/components/prompts",
"permalink": "/components/prompts",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Memories",
"permalink": "/components/memories"
},
"next": {
"title": "Text Splitters",
"permalink": "/components/text-splitters"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/text-splitters",
"id": "components/text-splitters",
"title": "Text Splitters",
"description": "(coming soon)",
"source": "@site/docs/components/text-splitters.mdx",
"sourceDirName": "components",
"slug": "/components/text-splitters",
"permalink": "/components/text-splitters",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Prompts",
"permalink": "/components/prompts"
},
"next": {
"title": "Toolkits",
"permalink": "/components/toolkits"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/toolkits",
"id": "components/toolkits",
"title": "Toolkits",
"description": "(coming soon)",
"source": "@site/docs/components/toolkits.mdx",
"sourceDirName": "components",
"slug": "/components/toolkits",
"permalink": "/components/toolkits",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Text Splitters",
"permalink": "/components/text-splitters"
},
"next": {
"title": "Tools",
"permalink": "/components/tools"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/tools",
"id": "components/tools",
"title": "Tools",
"description": "(coming soon)",
"source": "@site/docs/components/tools.mdx",
"sourceDirName": "components",
"slug": "/components/tools",
"permalink": "/components/tools",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Toolkits",
"permalink": "/components/toolkits"
},
"next": {
"title": "Utilities",
"permalink": "/components/utilities"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/utilities",
"id": "components/utilities",
"title": "Utilities",
"description": "(coming soon)",
"source": "@site/docs/components/utilities.mdx",
"sourceDirName": "components",
"slug": "/components/utilities",
"permalink": "/components/utilities",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Tools",
"permalink": "/components/tools"
},
"next": {
"title": "Vector Stores",
"permalink": "/components/vector-stores"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/vector-stores",
"id": "components/vector-stores",
"title": "Vector Stores",
"description": "(coming soon)",
"source": "@site/docs/components/vector-stores.mdx",
"sourceDirName": "components",
"slug": "/components/vector-stores",
"permalink": "/components/vector-stores",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Utilities",
"permalink": "/components/utilities"
},
"next": {
"title": "Wrappers",
"permalink": "/components/wrappers"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "components/wrappers",
"id": "components/wrappers",
"title": "Wrappers",
"description": "(coming soon)",
"source": "@site/docs/components/wrappers.mdx",
"sourceDirName": "components",
"slug": "/components/wrappers",
"permalink": "/components/wrappers",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Vector Stores",
"permalink": "/components/vector-stores"
},
"next": {
"title": "Conversation Chain",
"permalink": "/examples/conversation-chain"
}
}

View file

@ -0,0 +1,19 @@
{
"unversionedId": "contributing/community",
"id": "contributing/community",
"title": "Community",
"description": "🤖 Join LangFlow Discord server",
"source": "@site/docs/contributing/community.md",
"sourceDirName": "contributing",
"slug": "/contributing/community",
"permalink": "/contributing/community",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "GitHub Issues",
"permalink": "/contributing/github-issues"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "contributing/github-issues",
"id": "contributing/github-issues",
"title": "GitHub Issues",
"description": "Our issues page is kept up to date",
"source": "@site/docs/contributing/github-issues.md",
"sourceDirName": "contributing",
"slug": "/contributing/github-issues",
"permalink": "/contributing/github-issues",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "How to contribute?",
"permalink": "/contributing/how-contribute"
},
"next": {
"title": "Community",
"permalink": "/contributing/community"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "contributing/how-contribute",
"id": "contributing/how-contribute",
"title": "How to contribute?",
"description": "👋 Hello there! We welcome contributions from developers of all levels to our open-source project on GitHub. If you'd like to contribute, please check our contributing guidelines and help make LangFlow more accessible.",
"source": "@site/docs/contributing/how-contribute.md",
"sourceDirName": "contributing",
"slug": "/contributing/how-contribute",
"permalink": "/contributing/how-contribute",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Deploy on Jina AI Cloud",
"permalink": "/deployment/jina-deployment"
},
"next": {
"title": "GitHub Issues",
"permalink": "/contributing/github-issues"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "deployment/gcp-deployment",
"id": "deployment/gcp-deployment",
"title": "Deploy on Google Cloud Platform",
"description": "Run LangFlow from a New Google Cloud Project",
"source": "@site/docs/deployment/gcp-deployment.md",
"sourceDirName": "deployment",
"slug": "/deployment/gcp-deployment",
"permalink": "/deployment/gcp-deployment",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "📚 How to Upload Examples?",
"permalink": "/examples/how-upload-examples"
},
"next": {
"title": "Deploy on Jina AI Cloud",
"permalink": "/deployment/jina-deployment"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "deployment/jina-deployment",
"id": "deployment/jina-deployment",
"title": "Deploy on Jina AI Cloud",
"description": "LangFlow integrates with langchain-serve to provide a one-command deployment to Jina AI Cloud.",
"source": "@site/docs/deployment/jina-deployment.md",
"sourceDirName": "deployment",
"slug": "/deployment/jina-deployment",
"permalink": "/deployment/jina-deployment",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Deploy on Google Cloud Platform",
"permalink": "/deployment/gcp-deployment"
},
"next": {
"title": "How to contribute?",
"permalink": "/contributing/how-contribute"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "examples/buffer-memory",
"id": "examples/buffer-memory",
"title": "Buffer Memory",
"description": "For certain applications, retaining past interactions is crucial. For that, chains and agents may accept a memory component as one of their input parameters. The ConversationBufferMemory component is one of them. It stores messages and extracts them into variables.",
"source": "@site/docs/examples/buffer-memory.mdx",
"sourceDirName": "examples",
"slug": "/examples/buffer-memory",
"permalink": "/examples/buffer-memory",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Conversation Chain",
"permalink": "/examples/conversation-chain"
},
"next": {
"title": "MidJourney Prompt Chain",
"permalink": "/examples/midjourney-prompt-chain"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "examples/conversation-chain",
"id": "examples/conversation-chain",
"title": "Conversation Chain",
"description": "This example shows how to instantiate a simple ConversationChain component using a Language Model (LLM). Once the Node Status turns green 🟢, the chat will be ready to take in user messages. Here, we used ChatOpenAI to act as the required LLM input, but you can use any LLM for this purpose.",
"source": "@site/docs/examples/conversation-chain.mdx",
"sourceDirName": "examples",
"slug": "/examples/conversation-chain",
"permalink": "/examples/conversation-chain",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Wrappers",
"permalink": "/components/wrappers"
},
"next": {
"title": "Buffer Memory",
"permalink": "/examples/buffer-memory"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "examples/csv-loader",
"id": "examples/csv-loader",
"title": "CSV Loader",
"description": "The VectoStoreAgent component retrieves information from one or more vector stores. This example shows a VectoStoreAgent connected to a CSV file through the Chroma vector store. Process description:",
"source": "@site/docs/examples/csv-loader.mdx",
"sourceDirName": "examples",
"slug": "/examples/csv-loader",
"permalink": "/examples/csv-loader",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "MidJourney Prompt Chain",
"permalink": "/examples/midjourney-prompt-chain"
},
"next": {
"title": "Serp API Tool",
"permalink": "/examples/serp-api-tool"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "examples/how-upload-examples",
"id": "examples/how-upload-examples",
"title": "📚 How to Upload Examples?",
"description": "We welcome all examples that can help our community learn and explore LangFlow's capabilities.",
"source": "@site/docs/examples/how-upload-examples.mdx",
"sourceDirName": "examples",
"slug": "/examples/how-upload-examples",
"permalink": "/examples/how-upload-examples",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Python Function",
"permalink": "/examples/python-function"
},
"next": {
"title": "Deploy on Google Cloud Platform",
"permalink": "/deployment/gcp-deployment"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "examples/midjourney-prompt-chain",
"id": "examples/midjourney-prompt-chain",
"title": "MidJourney Prompt Chain",
"description": "The MidJourneyPromptChain can be used to generate imaginative and detailed MidJourney prompts.",
"source": "@site/docs/examples/midjourney-prompt-chain.mdx",
"sourceDirName": "examples",
"slug": "/examples/midjourney-prompt-chain",
"permalink": "/examples/midjourney-prompt-chain",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Buffer Memory",
"permalink": "/examples/buffer-memory"
},
"next": {
"title": "CSV Loader",
"permalink": "/examples/csv-loader"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "examples/multiple-vectorstores",
"id": "examples/multiple-vectorstores",
"title": "Multiple Vector Stores",
"description": "The example below shows an agent operating with two vector stores built upon different data sources.",
"source": "@site/docs/examples/multiple-vectorstores.mdx",
"sourceDirName": "examples",
"slug": "/examples/multiple-vectorstores",
"permalink": "/examples/multiple-vectorstores",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Serp API Tool",
"permalink": "/examples/serp-api-tool"
},
"next": {
"title": "Python Function",
"permalink": "/examples/python-function"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "examples/python-function",
"id": "examples/python-function",
"title": "Python Function",
"description": "LangFlow allows you to create a customized tool using the PythonFunction connected to a Tool component. In this example, Regex is used in Python to validate a pattern.",
"source": "@site/docs/examples/python-function.mdx",
"sourceDirName": "examples",
"slug": "/examples/python-function",
"permalink": "/examples/python-function",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Multiple Vector Stores",
"permalink": "/examples/multiple-vectorstores"
},
"next": {
"title": "📚 How to Upload Examples?",
"permalink": "/examples/how-upload-examples"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "examples/serp-api-tool",
"id": "examples/serp-api-tool",
"title": "Serp API Tool",
"description": "The Serp API (Search Engine Results Page) allows developers to scrape results from search engines such as Google, Bing and Yahoo, and can be used as in LangFlow through the Search component.",
"source": "@site/docs/examples/serp-api-tool.mdx",
"sourceDirName": "examples",
"slug": "/examples/serp-api-tool",
"permalink": "/examples/serp-api-tool",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "CSV Loader",
"permalink": "/examples/csv-loader"
},
"next": {
"title": "Multiple Vector Stores",
"permalink": "/examples/multiple-vectorstores"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "getting-started/creating-flows",
"id": "getting-started/creating-flows",
"title": "🎨 Creating Flows",
"description": "Compose",
"source": "@site/docs/getting-started/creating-flows.mdx",
"sourceDirName": "getting-started",
"slug": "/getting-started/creating-flows",
"permalink": "/getting-started/creating-flows",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "🤗 HuggingFace Spaces",
"permalink": "/getting-started/hugging-face-spaces"
},
"next": {
"title": "Component",
"permalink": "/guidelines/components"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "getting-started/hugging-face-spaces",
"id": "getting-started/hugging-face-spaces",
"title": "🤗 HuggingFace Spaces",
"description": "A fully featured version of LangFlow can be accessed via HuggingFace spaces with no installation required.",
"source": "@site/docs/getting-started/hugging-face-spaces.mdx",
"sourceDirName": "getting-started",
"slug": "/getting-started/hugging-face-spaces",
"permalink": "/getting-started/hugging-face-spaces",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "📦 How to install?",
"permalink": "/getting-started/installation"
},
"next": {
"title": "🎨 Creating Flows",
"permalink": "/getting-started/creating-flows"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "getting-started/installation",
"id": "getting-started/installation",
"title": "📦 How to install?",
"description": "Installation",
"source": "@site/docs/getting-started/installation.md",
"sourceDirName": "getting-started",
"slug": "/getting-started/installation",
"permalink": "/getting-started/installation",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "👋 Welcome to LangFlow",
"permalink": "/"
},
"next": {
"title": "🤗 HuggingFace Spaces",
"permalink": "/getting-started/hugging-face-spaces"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "guidelines/collection",
"id": "guidelines/collection",
"title": "Collection",
"description": "A collection is a snapshot of the flows available in the database. You can download your entire collection for local storage and upload it anytime for future use.",
"source": "@site/docs/guidelines/collection.mdx",
"sourceDirName": "guidelines",
"slug": "/guidelines/collection",
"permalink": "/guidelines/collection",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Features",
"permalink": "/guidelines/features"
},
"next": {
"title": "Agents",
"permalink": "/components/agents"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "guidelines/components",
"id": "guidelines/components",
"title": "Component",
"description": "Components are the building blocks of the flows. They are made of inputs, outputs, and parameters that define their functionality, providing a convenient and straightforward way to compose LLM-based applications. Learn more about components and how they work in the LangChain documentation section.",
"source": "@site/docs/guidelines/components.mdx",
"sourceDirName": "guidelines",
"slug": "/guidelines/components",
"permalink": "/guidelines/components",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "🎨 Creating Flows",
"permalink": "/getting-started/creating-flows"
},
"next": {
"title": "Features",
"permalink": "/guidelines/features"
}
}

View file

@ -0,0 +1,23 @@
{
"unversionedId": "guidelines/features",
"id": "guidelines/features",
"title": "Features",
"description": "When you click for New Project, you will see on the top left corner of the screen, some options such as Import, Export, Code and Save, as displayed in the image below:",
"source": "@site/docs/guidelines/features.mdx",
"sourceDirName": "guidelines",
"slug": "/guidelines/features",
"permalink": "/guidelines/features",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Component",
"permalink": "/guidelines/components"
},
"next": {
"title": "Collection",
"permalink": "/guidelines/collection"
}
}

View file

@ -14,6 +14,6 @@
"sidebar": "docs",
"next": {
"title": "📦 How to install?",
"permalink": "/installation"
"permalink": "/getting-started/installation"
}
}

View file

@ -23,20 +23,20 @@
{
"type": "link",
"label": "📦 How to install?",
"href": "/installation",
"docId": "installation"
"href": "/getting-started/installation",
"docId": "getting-started/installation"
},
{
"type": "link",
"label": "🤗 HuggingFace Spaces",
"href": "/hugging-face-spaces",
"docId": "hugging-face-spaces"
"href": "/getting-started/hugging-face-spaces",
"docId": "getting-started/hugging-face-spaces"
},
{
"type": "link",
"label": "🎨 Creating Flows",
"href": "/creating-flows",
"docId": "creating-flows"
"href": "/getting-started/creating-flows",
"docId": "getting-started/creating-flows"
}
],
"collapsible": true
@ -49,20 +49,106 @@
{
"type": "link",
"label": "Component",
"href": "/components",
"docId": "components"
"href": "/guidelines/components",
"docId": "guidelines/components"
},
{
"type": "link",
"label": "Features",
"href": "/features",
"docId": "features"
"href": "/guidelines/features",
"docId": "guidelines/features"
},
{
"type": "link",
"label": "Collection",
"href": "/collection",
"docId": "collection"
"href": "/guidelines/collection",
"docId": "guidelines/collection"
}
],
"collapsible": true
},
{
"type": "category",
"label": "Components",
"collapsed": false,
"items": [
{
"type": "link",
"label": "Agents",
"href": "/components/agents",
"docId": "components/agents"
},
{
"type": "link",
"label": "Chains",
"href": "/components/chains",
"docId": "components/chains"
},
{
"type": "link",
"label": "Loaders",
"href": "/components/loaders",
"docId": "components/loaders"
},
{
"type": "link",
"label": "Embeddings",
"href": "/components/embeddings",
"docId": "components/embeddings"
},
{
"type": "link",
"label": "LLMs",
"href": "/components/llms",
"docId": "components/llms"
},
{
"type": "link",
"label": "Memories",
"href": "/components/memories",
"docId": "components/memories"
},
{
"type": "link",
"label": "Prompts",
"href": "/components/prompts",
"docId": "components/prompts"
},
{
"type": "link",
"label": "Text Splitters",
"href": "/components/text-splitters",
"docId": "components/text-splitters"
},
{
"type": "link",
"label": "Toolkits",
"href": "/components/toolkits",
"docId": "components/toolkits"
},
{
"type": "link",
"label": "Tools",
"href": "/components/tools",
"docId": "components/tools"
},
{
"type": "link",
"label": "Utilities",
"href": "/components/utilities",
"docId": "components/utilities"
},
{
"type": "link",
"label": "Vector Stores",
"href": "/components/vector-stores",
"docId": "components/vector-stores"
},
{
"type": "link",
"label": "Wrappers",
"href": "/components/wrappers",
"docId": "components/wrappers"
}
],
"collapsible": true
@ -75,50 +161,50 @@
{
"type": "link",
"label": "Conversation Chain",
"href": "/conversation-chain",
"docId": "conversation-chain"
"href": "/examples/conversation-chain",
"docId": "examples/conversation-chain"
},
{
"type": "link",
"label": "Buffer Memory",
"href": "/buffer-memory",
"docId": "buffer-memory"
"href": "/examples/buffer-memory",
"docId": "examples/buffer-memory"
},
{
"type": "link",
"label": "MidJourney Prompt Chain",
"href": "/midjourney-prompt-chain",
"docId": "midjourney-prompt-chain"
"href": "/examples/midjourney-prompt-chain",
"docId": "examples/midjourney-prompt-chain"
},
{
"type": "link",
"label": "CSV Loader",
"href": "/csv-loader",
"docId": "csv-loader"
"href": "/examples/csv-loader",
"docId": "examples/csv-loader"
},
{
"type": "link",
"label": "Serp API Tool",
"href": "/serp-api-tool",
"docId": "serp-api-tool"
"href": "/examples/serp-api-tool",
"docId": "examples/serp-api-tool"
},
{
"type": "link",
"label": "Multiple Vector Stores",
"href": "/multiple-vectorstores",
"docId": "multiple-vectorstores"
"href": "/examples/multiple-vectorstores",
"docId": "examples/multiple-vectorstores"
},
{
"type": "link",
"label": "Python Function",
"href": "/python-function",
"docId": "python-function"
"href": "/examples/python-function",
"docId": "examples/python-function"
},
{
"type": "link",
"label": "📚 How to Upload Examples?",
"href": "/how-upload-examples",
"docId": "how-upload-examples"
"href": "/examples/how-upload-examples",
"docId": "examples/how-upload-examples"
}
],
"collapsible": true
@ -131,14 +217,14 @@
{
"type": "link",
"label": "Deploy on Google Cloud Platform",
"href": "/gcp-deployment",
"docId": "gcp-deployment"
"href": "/deployment/gcp-deployment",
"docId": "deployment/gcp-deployment"
},
{
"type": "link",
"label": "Deploy on Jina AI Cloud",
"href": "/jina-deployment",
"docId": "jina-deployment"
"href": "/deployment/jina-deployment",
"docId": "deployment/jina-deployment"
}
],
"collapsible": true
@ -151,20 +237,20 @@
{
"type": "link",
"label": "How to contribute?",
"href": "/how-contribute",
"docId": "how-contribute"
"href": "/contributing/how-contribute",
"docId": "contributing/how-contribute"
},
{
"type": "link",
"label": "GitHub Issues",
"href": "/github-issues",
"docId": "github-issues"
"href": "/contributing/github-issues",
"docId": "contributing/github-issues"
},
{
"type": "link",
"label": "Community",
"href": "/community",
"docId": "community"
"href": "/contributing/community",
"docId": "contributing/community"
}
],
"collapsible": true
@ -172,125 +258,203 @@
]
},
"docs": {
"buffer-memory": {
"id": "buffer-memory",
"title": "Buffer Memory",
"description": "For certain applications, retaining past interactions is crucial. For that, chains and agents may accept a memory component as one of their input parameters. The ConversationBufferMemory component is one of them. It stores messages and extracts them into variables.",
"components/agents": {
"id": "components/agents",
"title": "Agents",
"description": "(coming soon)",
"sidebar": "docs"
},
"collection": {
"id": "collection",
"title": "Collection",
"description": "A collection is a snapshot of the flows available in the database. You can download your entire collection for local storage and upload it anytime for future use.",
"components/chains": {
"id": "components/chains",
"title": "Chains",
"description": "(coming soon)",
"sidebar": "docs"
},
"community": {
"id": "community",
"components/embeddings": {
"id": "components/embeddings",
"title": "Embeddings",
"description": "(coming soon)",
"sidebar": "docs"
},
"components/llms": {
"id": "components/llms",
"title": "LLMs",
"description": "(coming soon)",
"sidebar": "docs"
},
"components/loaders": {
"id": "components/loaders",
"title": "Loaders",
"description": "(coming soon)",
"sidebar": "docs"
},
"components/memories": {
"id": "components/memories",
"title": "Memories",
"description": "(coming soon)",
"sidebar": "docs"
},
"components/prompts": {
"id": "components/prompts",
"title": "Prompts",
"description": "(coming soon)",
"sidebar": "docs"
},
"components/text-splitters": {
"id": "components/text-splitters",
"title": "Text Splitters",
"description": "(coming soon)",
"sidebar": "docs"
},
"components/toolkits": {
"id": "components/toolkits",
"title": "Toolkits",
"description": "(coming soon)",
"sidebar": "docs"
},
"components/tools": {
"id": "components/tools",
"title": "Tools",
"description": "(coming soon)",
"sidebar": "docs"
},
"components/utilities": {
"id": "components/utilities",
"title": "Utilities",
"description": "(coming soon)",
"sidebar": "docs"
},
"components/vector-stores": {
"id": "components/vector-stores",
"title": "Vector Stores",
"description": "(coming soon)",
"sidebar": "docs"
},
"components/wrappers": {
"id": "components/wrappers",
"title": "Wrappers",
"description": "(coming soon)",
"sidebar": "docs"
},
"contributing/community": {
"id": "contributing/community",
"title": "Community",
"description": "🤖 Join LangFlow Discord server",
"sidebar": "docs"
},
"components": {
"id": "components",
"title": "Component",
"description": "Components are the building blocks of the flows. They are made of inputs, outputs, and parameters that define their functionality, providing a convenient and straightforward way to compose LLM-based applications. Learn more about components and how they work in the LangChain documentation section.",
"sidebar": "docs"
},
"conversation-chain": {
"id": "conversation-chain",
"title": "Conversation Chain",
"description": "This example shows how to instantiate a simple ConversationChain component using a Language Model (LLM). Once the Node Status turns green 🟢, the chat will be ready to take in user messages. Here, we used ChatOpenAI to act as the required LLM input, but you can use any LLM for this purpose.",
"sidebar": "docs"
},
"creating-flows": {
"id": "creating-flows",
"title": "🎨 Creating Flows",
"description": "Compose",
"sidebar": "docs"
},
"csv-loader": {
"id": "csv-loader",
"title": "CSV Loader",
"description": "The VectoStoreAgent component retrieves information from one or more vector stores. This example shows a VectoStoreAgent connected to a CSV file through the Chroma vector store. Process description:",
"sidebar": "docs"
},
"features": {
"id": "features",
"title": "Features",
"description": "When you click for New Project, you will see on the top left corner of the screen, some options such as Import, Export, Code and Save, as displayed in the image below:",
"sidebar": "docs"
},
"gcp-deployment": {
"id": "gcp-deployment",
"title": "Deploy on Google Cloud Platform",
"description": "Run LangFlow from a New Google Cloud Project",
"sidebar": "docs"
},
"github-issues": {
"id": "github-issues",
"contributing/github-issues": {
"id": "contributing/github-issues",
"title": "GitHub Issues",
"description": "Our issues page is kept up to date",
"sidebar": "docs"
},
"how-contribute": {
"id": "how-contribute",
"contributing/how-contribute": {
"id": "contributing/how-contribute",
"title": "How to contribute?",
"description": "👋 Hello there! We welcome contributions from developers of all levels to our open-source project on GitHub. If you'd like to contribute, please check our contributing guidelines and help make LangFlow more accessible.",
"sidebar": "docs"
},
"how-upload-examples": {
"id": "how-upload-examples",
"deployment/gcp-deployment": {
"id": "deployment/gcp-deployment",
"title": "Deploy on Google Cloud Platform",
"description": "Run LangFlow from a New Google Cloud Project",
"sidebar": "docs"
},
"deployment/jina-deployment": {
"id": "deployment/jina-deployment",
"title": "Deploy on Jina AI Cloud",
"description": "LangFlow integrates with langchain-serve to provide a one-command deployment to Jina AI Cloud.",
"sidebar": "docs"
},
"examples/buffer-memory": {
"id": "examples/buffer-memory",
"title": "Buffer Memory",
"description": "For certain applications, retaining past interactions is crucial. For that, chains and agents may accept a memory component as one of their input parameters. The ConversationBufferMemory component is one of them. It stores messages and extracts them into variables.",
"sidebar": "docs"
},
"examples/conversation-chain": {
"id": "examples/conversation-chain",
"title": "Conversation Chain",
"description": "This example shows how to instantiate a simple ConversationChain component using a Language Model (LLM). Once the Node Status turns green 🟢, the chat will be ready to take in user messages. Here, we used ChatOpenAI to act as the required LLM input, but you can use any LLM for this purpose.",
"sidebar": "docs"
},
"examples/csv-loader": {
"id": "examples/csv-loader",
"title": "CSV Loader",
"description": "The VectoStoreAgent component retrieves information from one or more vector stores. This example shows a VectoStoreAgent connected to a CSV file through the Chroma vector store. Process description:",
"sidebar": "docs"
},
"examples/how-upload-examples": {
"id": "examples/how-upload-examples",
"title": "📚 How to Upload Examples?",
"description": "We welcome all examples that can help our community learn and explore LangFlow's capabilities.",
"sidebar": "docs"
},
"hugging-face-spaces": {
"id": "hugging-face-spaces",
"examples/midjourney-prompt-chain": {
"id": "examples/midjourney-prompt-chain",
"title": "MidJourney Prompt Chain",
"description": "The MidJourneyPromptChain can be used to generate imaginative and detailed MidJourney prompts.",
"sidebar": "docs"
},
"examples/multiple-vectorstores": {
"id": "examples/multiple-vectorstores",
"title": "Multiple Vector Stores",
"description": "The example below shows an agent operating with two vector stores built upon different data sources.",
"sidebar": "docs"
},
"examples/python-function": {
"id": "examples/python-function",
"title": "Python Function",
"description": "LangFlow allows you to create a customized tool using the PythonFunction connected to a Tool component. In this example, Regex is used in Python to validate a pattern.",
"sidebar": "docs"
},
"examples/serp-api-tool": {
"id": "examples/serp-api-tool",
"title": "Serp API Tool",
"description": "The Serp API (Search Engine Results Page) allows developers to scrape results from search engines such as Google, Bing and Yahoo, and can be used as in LangFlow through the Search component.",
"sidebar": "docs"
},
"getting-started/creating-flows": {
"id": "getting-started/creating-flows",
"title": "🎨 Creating Flows",
"description": "Compose",
"sidebar": "docs"
},
"getting-started/hugging-face-spaces": {
"id": "getting-started/hugging-face-spaces",
"title": "🤗 HuggingFace Spaces",
"description": "A fully featured version of LangFlow can be accessed via HuggingFace spaces with no installation required.",
"sidebar": "docs"
},
"getting-started/installation": {
"id": "getting-started/installation",
"title": "📦 How to install?",
"description": "Installation",
"sidebar": "docs"
},
"guidelines/collection": {
"id": "guidelines/collection",
"title": "Collection",
"description": "A collection is a snapshot of the flows available in the database. You can download your entire collection for local storage and upload it anytime for future use.",
"sidebar": "docs"
},
"guidelines/components": {
"id": "guidelines/components",
"title": "Component",
"description": "Components are the building blocks of the flows. They are made of inputs, outputs, and parameters that define their functionality, providing a convenient and straightforward way to compose LLM-based applications. Learn more about components and how they work in the LangChain documentation section.",
"sidebar": "docs"
},
"guidelines/features": {
"id": "guidelines/features",
"title": "Features",
"description": "When you click for New Project, you will see on the top left corner of the screen, some options such as Import, Export, Code and Save, as displayed in the image below:",
"sidebar": "docs"
},
"index": {
"id": "index",
"title": "👋 Welcome to LangFlow",
"description": "LangFlow is an easy way to prototype LangChain flows. The drag-and-drop feature allows quick and effortless experimentation, while the built-in chat interface facilitates real-time interaction. It provides options to edit prompt parameters, create chains and agents, track thought processes, and export flows.",
"sidebar": "docs"
},
"installation": {
"id": "installation",
"title": "📦 How to install?",
"description": "Installation",
"sidebar": "docs"
},
"jina-deployment": {
"id": "jina-deployment",
"title": "Deploy on Jina AI Cloud",
"description": "LangFlow integrates with langchain-serve to provide a one-command deployment to Jina AI Cloud.",
"sidebar": "docs"
},
"midjourney-prompt-chain": {
"id": "midjourney-prompt-chain",
"title": "MidJourney Prompt Chain",
"description": "The MidJourneyPromptChain can be used to generate imaginative and detailed MidJourney prompts.",
"sidebar": "docs"
},
"multiple-vectorstores": {
"id": "multiple-vectorstores",
"title": "Multiple Vector Stores",
"description": "The example below shows an agent operating with two vector stores built upon different data sources.",
"sidebar": "docs"
},
"python-function": {
"id": "python-function",
"title": "Python Function",
"description": "LangFlow allows you to create a customized tool using the PythonFunction connected to a Tool component. In this example, Regex is used in Python to validate a pattern.",
"sidebar": "docs"
},
"serp-api-tool": {
"id": "serp-api-tool",
"title": "Serp API Tool",
"description": "The Serp API (Search Engine Results Page) allows developers to scrape results from search engines such as Google, Bing and Yahoo, and can be used as in LangFlow through the Search component.",
"sidebar": "docs"
}
}
}

View file

@ -14,7 +14,9 @@ export default {
"organizationName": "logspace-ai",
"projectName": "langflow",
"trailingSlash": false,
"customFields": {},
"customFields": {
"mendableAnonKey": "b7f52734-297c-41dc-8737-edbd13196394"
},
"i18n": {
"defaultLocale": "en",
"locales": [

View file

@ -11,104 +11,169 @@
"mainDocId": "index",
"docs": [
{
"id": "buffer-memory",
"path": "/buffer-memory",
"id": "components/agents",
"path": "/components/agents",
"sidebar": "docs"
},
{
"id": "collection",
"path": "/collection",
"id": "components/chains",
"path": "/components/chains",
"sidebar": "docs"
},
{
"id": "community",
"path": "/community",
"id": "components/embeddings",
"path": "/components/embeddings",
"sidebar": "docs"
},
{
"id": "components",
"path": "/components",
"id": "components/llms",
"path": "/components/llms",
"sidebar": "docs"
},
{
"id": "conversation-chain",
"path": "/conversation-chain",
"id": "components/loaders",
"path": "/components/loaders",
"sidebar": "docs"
},
{
"id": "creating-flows",
"path": "/creating-flows",
"id": "components/memories",
"path": "/components/memories",
"sidebar": "docs"
},
{
"id": "csv-loader",
"path": "/csv-loader",
"id": "components/prompts",
"path": "/components/prompts",
"sidebar": "docs"
},
{
"id": "features",
"path": "/features",
"id": "components/text-splitters",
"path": "/components/text-splitters",
"sidebar": "docs"
},
{
"id": "gcp-deployment",
"path": "/gcp-deployment",
"id": "components/toolkits",
"path": "/components/toolkits",
"sidebar": "docs"
},
{
"id": "github-issues",
"path": "/github-issues",
"id": "components/tools",
"path": "/components/tools",
"sidebar": "docs"
},
{
"id": "how-contribute",
"path": "/how-contribute",
"id": "components/utilities",
"path": "/components/utilities",
"sidebar": "docs"
},
{
"id": "how-upload-examples",
"path": "/how-upload-examples",
"id": "components/vector-stores",
"path": "/components/vector-stores",
"sidebar": "docs"
},
{
"id": "hugging-face-spaces",
"path": "/hugging-face-spaces",
"id": "components/wrappers",
"path": "/components/wrappers",
"sidebar": "docs"
},
{
"id": "contributing/community",
"path": "/contributing/community",
"sidebar": "docs"
},
{
"id": "contributing/github-issues",
"path": "/contributing/github-issues",
"sidebar": "docs"
},
{
"id": "contributing/how-contribute",
"path": "/contributing/how-contribute",
"sidebar": "docs"
},
{
"id": "deployment/gcp-deployment",
"path": "/deployment/gcp-deployment",
"sidebar": "docs"
},
{
"id": "deployment/jina-deployment",
"path": "/deployment/jina-deployment",
"sidebar": "docs"
},
{
"id": "examples/buffer-memory",
"path": "/examples/buffer-memory",
"sidebar": "docs"
},
{
"id": "examples/conversation-chain",
"path": "/examples/conversation-chain",
"sidebar": "docs"
},
{
"id": "examples/csv-loader",
"path": "/examples/csv-loader",
"sidebar": "docs"
},
{
"id": "examples/how-upload-examples",
"path": "/examples/how-upload-examples",
"sidebar": "docs"
},
{
"id": "examples/midjourney-prompt-chain",
"path": "/examples/midjourney-prompt-chain",
"sidebar": "docs"
},
{
"id": "examples/multiple-vectorstores",
"path": "/examples/multiple-vectorstores",
"sidebar": "docs"
},
{
"id": "examples/python-function",
"path": "/examples/python-function",
"sidebar": "docs"
},
{
"id": "examples/serp-api-tool",
"path": "/examples/serp-api-tool",
"sidebar": "docs"
},
{
"id": "getting-started/creating-flows",
"path": "/getting-started/creating-flows",
"sidebar": "docs"
},
{
"id": "getting-started/hugging-face-spaces",
"path": "/getting-started/hugging-face-spaces",
"sidebar": "docs"
},
{
"id": "getting-started/installation",
"path": "/getting-started/installation",
"sidebar": "docs"
},
{
"id": "guidelines/collection",
"path": "/guidelines/collection",
"sidebar": "docs"
},
{
"id": "guidelines/components",
"path": "/guidelines/components",
"sidebar": "docs"
},
{
"id": "guidelines/features",
"path": "/guidelines/features",
"sidebar": "docs"
},
{
"id": "index",
"path": "/",
"sidebar": "docs"
},
{
"id": "installation",
"path": "/installation",
"sidebar": "docs"
},
{
"id": "jina-deployment",
"path": "/jina-deployment",
"sidebar": "docs"
},
{
"id": "midjourney-prompt-chain",
"path": "/midjourney-prompt-chain",
"sidebar": "docs"
},
{
"id": "multiple-vectorstores",
"path": "/multiple-vectorstores",
"sidebar": "docs"
},
{
"id": "python-function",
"path": "/python-function",
"sidebar": "docs"
},
{
"id": "serp-api-tool",
"path": "/serp-api-tool",
"sidebar": "docs"
}
],
"draftIds": [],

View file

@ -1,28 +1,49 @@
export default {
'0be3201f': [() => import(/* webpackChunkName: '0be3201f' */ '@site/docs/jina-deployment.md'), '@site/docs/jina-deployment.md', require.resolveWeak('@site/docs/jina-deployment.md')],
'17896441': [() => import(/* webpackChunkName: '17896441' */ '@theme/DocItem'), '@theme/DocItem', require.resolveWeak('@theme/DocItem')],
'1be78505': [() => import(/* webpackChunkName: '1be78505' */ '@theme/DocPage'), '@theme/DocPage', require.resolveWeak('@theme/DocPage')],
'1f391b9e': [() => import(/* webpackChunkName: '1f391b9e' */ '@theme/MDXPage'), '@theme/MDXPage', require.resolveWeak('@theme/MDXPage')],
'290fa787': [() => import(/* webpackChunkName: '290fa787' */ '@site/docs/how-contribute.md'), '@site/docs/how-contribute.md', require.resolveWeak('@site/docs/how-contribute.md')],
'393be207': [() => import(/* webpackChunkName: '393be207' */ '@site/src/pages/markdown-page.md'), '@site/src/pages/markdown-page.md', require.resolveWeak('@site/src/pages/markdown-page.md')],
'3a824148': [() => import(/* webpackChunkName: '3a824148' */ '/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json'), '/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json', require.resolveWeak('/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json')],
'3b8c55ea': [() => import(/* webpackChunkName: '3b8c55ea' */ '@site/docs/installation.md'), '@site/docs/installation.md', require.resolveWeak('@site/docs/installation.md')],
'3c577422': [() => import(/* webpackChunkName: '3c577422' */ '@site/docs/multiple-vectorstores.mdx'), '@site/docs/multiple-vectorstores.mdx', require.resolveWeak('@site/docs/multiple-vectorstores.mdx')],
'4865b3d3': [() => import(/* webpackChunkName: '4865b3d3' */ '@site/docs/creating-flows.mdx'), '@site/docs/creating-flows.mdx', require.resolveWeak('@site/docs/creating-flows.mdx')],
'4b7efe41': [() => import(/* webpackChunkName: '4b7efe41' */ '@site/docs/csv-loader.mdx'), '@site/docs/csv-loader.mdx', require.resolveWeak('@site/docs/csv-loader.mdx')],
'4edc808e': [() => import(/* webpackChunkName: '4edc808e' */ '@site/docs/index.mdx'), '@site/docs/index.mdx', require.resolveWeak('@site/docs/index.mdx')],
'5ef0e9d6': [() => import(/* webpackChunkName: '5ef0e9d6' */ '@site/docs/community.md'), '@site/docs/community.md', require.resolveWeak('@site/docs/community.md')],
'62bd2273': [() => import(/* webpackChunkName: '62bd2273' */ '@site/docs/conversation-chain.mdx'), '@site/docs/conversation-chain.mdx', require.resolveWeak('@site/docs/conversation-chain.mdx')],
'6814797a': [() => import(/* webpackChunkName: '6814797a' */ '@site/docs/buffer-memory.mdx'), '@site/docs/buffer-memory.mdx', require.resolveWeak('@site/docs/buffer-memory.mdx')],
'6af6c936': [() => import(/* webpackChunkName: '6af6c936' */ '@site/docs/github-issues.md'), '@site/docs/github-issues.md', require.resolveWeak('@site/docs/github-issues.md')],
'7d2f9deb': [() => import(/* webpackChunkName: '7d2f9deb' */ '@site/docs/features.mdx'), '@site/docs/features.mdx', require.resolveWeak('@site/docs/features.mdx')],
'80a882d2': [() => import(/* webpackChunkName: '80a882d2' */ '@site/docs/midjourney-prompt-chain.mdx'), '@site/docs/midjourney-prompt-chain.mdx', require.resolveWeak('@site/docs/midjourney-prompt-chain.mdx')],
'82d63ee7': [() => import(/* webpackChunkName: '82d63ee7' */ '@site/docs/collection.mdx'), '@site/docs/collection.mdx', require.resolveWeak('@site/docs/collection.mdx')],
'85c43aa7': [() => import(/* webpackChunkName: '85c43aa7' */ '@site/docs/components.mdx'), '@site/docs/components.mdx', require.resolveWeak('@site/docs/components.mdx')],
'8d89d9da': [() => import(/* webpackChunkName: '8d89d9da' */ '/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json'), '/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json', require.resolveWeak('/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json')],
'935f2afb': [() => import(/* webpackChunkName: '935f2afb' */ '~docs/default/version-current-metadata-prop-751.json'), '~docs/default/version-current-metadata-prop-751.json', require.resolveWeak('~docs/default/version-current-metadata-prop-751.json')],
'9601187c': [() => import(/* webpackChunkName: '9601187c' */ '@site/docs/gcp-deployment.md'), '@site/docs/gcp-deployment.md', require.resolveWeak('@site/docs/gcp-deployment.md')],
'aea509ac': [() => import(/* webpackChunkName: 'aea509ac' */ '@site/docs/serp-api-tool.mdx'), '@site/docs/serp-api-tool.mdx', require.resolveWeak('@site/docs/serp-api-tool.mdx')],
'c5eb387d': [() => import(/* webpackChunkName: 'c5eb387d' */ '@site/docs/python-function.mdx'), '@site/docs/python-function.mdx', require.resolveWeak('@site/docs/python-function.mdx')],
'c7b06e1b': [() => import(/* webpackChunkName: 'c7b06e1b' */ '@site/docs/how-upload-examples.mdx'), '@site/docs/how-upload-examples.mdx', require.resolveWeak('@site/docs/how-upload-examples.mdx')],
'dec75ad9': [() => import(/* webpackChunkName: 'dec75ad9' */ '@site/docs/hugging-face-spaces.mdx'), '@site/docs/hugging-face-spaces.mdx', require.resolveWeak('@site/docs/hugging-face-spaces.mdx')],};
'__comp---theme-debug-config-23-a-2ff': [() => import(/* webpackChunkName: '__comp---theme-debug-config-23-a-2ff' */ '@theme/DebugConfig'), '@theme/DebugConfig', require.resolveWeak('@theme/DebugConfig')],
'__comp---theme-debug-contentba-8-ce7': [() => import(/* webpackChunkName: '__comp---theme-debug-contentba-8-ce7' */ '@theme/DebugContent'), '@theme/DebugContent', require.resolveWeak('@theme/DebugContent')],
'__comp---theme-debug-global-dataede-0fa': [() => import(/* webpackChunkName: '__comp---theme-debug-global-dataede-0fa' */ '@theme/DebugGlobalData'), '@theme/DebugGlobalData', require.resolveWeak('@theme/DebugGlobalData')],
'__comp---theme-debug-registry-679-501': [() => import(/* webpackChunkName: '__comp---theme-debug-registry-679-501' */ '@theme/DebugRegistry'), '@theme/DebugRegistry', require.resolveWeak('@theme/DebugRegistry')],
'__comp---theme-debug-routes-946-699': [() => import(/* webpackChunkName: '__comp---theme-debug-routes-946-699' */ '@theme/DebugRoutes'), '@theme/DebugRoutes', require.resolveWeak('@theme/DebugRoutes')],
'__comp---theme-debug-site-metadata-68-e-3d4': [() => import(/* webpackChunkName: '__comp---theme-debug-site-metadata-68-e-3d4' */ '@theme/DebugSiteMetadata'), '@theme/DebugSiteMetadata', require.resolveWeak('@theme/DebugSiteMetadata')],
'__comp---theme-doc-item-178-a40': [() => import(/* webpackChunkName: '__comp---theme-doc-item-178-a40' */ '@theme/DocItem'), '@theme/DocItem', require.resolveWeak('@theme/DocItem')],
'__comp---theme-doc-page-1-be-9be': [() => import(/* webpackChunkName: '__comp---theme-doc-page-1-be-9be' */ '@theme/DocPage'), '@theme/DocPage', require.resolveWeak('@theme/DocPage')],
'__comp---theme-mdx-page-1-f-3-b90': [() => import(/* webpackChunkName: '__comp---theme-mdx-page-1-f-3-b90' */ '@theme/MDXPage'), '@theme/MDXPage', require.resolveWeak('@theme/MDXPage')],
'allContent---docusaurus-debug-content-246-9aa': [() => import(/* webpackChunkName: 'allContent---docusaurus-debug-content-246-9aa' */ '~debug/default/docusaurus-debug-all-content-673.json'), '~debug/default/docusaurus-debug-all-content-673.json', require.resolveWeak('~debug/default/docusaurus-debug-all-content-673.json')],
'content---4-ed-c51': [() => import(/* webpackChunkName: 'content---4-ed-c51' */ '@site/docs/index.mdx'), '@site/docs/index.mdx', require.resolveWeak('@site/docs/index.mdx')],
'content---components-agentsf-71-168': [() => import(/* webpackChunkName: 'content---components-agentsf-71-168' */ '@site/docs/components/agents.mdx'), '@site/docs/components/agents.mdx', require.resolveWeak('@site/docs/components/agents.mdx')],
'content---components-chainsa-26-dc3': [() => import(/* webpackChunkName: 'content---components-chainsa-26-dc3' */ '@site/docs/components/chains.mdx'), '@site/docs/components/chains.mdx', require.resolveWeak('@site/docs/components/chains.mdx')],
'content---components-embeddings-99-b-31e': [() => import(/* webpackChunkName: 'content---components-embeddings-99-b-31e' */ '@site/docs/components/embeddings.mdx'), '@site/docs/components/embeddings.mdx', require.resolveWeak('@site/docs/components/embeddings.mdx')],
'content---components-llms-9-fc-45b': [() => import(/* webpackChunkName: 'content---components-llms-9-fc-45b' */ '@site/docs/components/llms.mdx'), '@site/docs/components/llms.mdx', require.resolveWeak('@site/docs/components/llms.mdx')],
'content---components-loaders-07-d-36c': [() => import(/* webpackChunkName: 'content---components-loaders-07-d-36c' */ '@site/docs/components/loaders.mdx'), '@site/docs/components/loaders.mdx', require.resolveWeak('@site/docs/components/loaders.mdx')],
'content---components-memories-135-4a8': [() => import(/* webpackChunkName: 'content---components-memories-135-4a8' */ '@site/docs/components/memories.mdx'), '@site/docs/components/memories.mdx', require.resolveWeak('@site/docs/components/memories.mdx')],
'content---components-promptsf-12-cf2': [() => import(/* webpackChunkName: 'content---components-promptsf-12-cf2' */ '@site/docs/components/prompts.mdx'), '@site/docs/components/prompts.mdx', require.resolveWeak('@site/docs/components/prompts.mdx')],
'content---components-text-splittersd-76-551': [() => import(/* webpackChunkName: 'content---components-text-splittersd-76-551' */ '@site/docs/components/text-splitters.mdx'), '@site/docs/components/text-splitters.mdx', require.resolveWeak('@site/docs/components/text-splitters.mdx')],
'content---components-toolkits-448-f8b': [() => import(/* webpackChunkName: 'content---components-toolkits-448-f8b' */ '@site/docs/components/toolkits.mdx'), '@site/docs/components/toolkits.mdx', require.resolveWeak('@site/docs/components/toolkits.mdx')],
'content---components-toolsd-90-5b7': [() => import(/* webpackChunkName: 'content---components-toolsd-90-5b7' */ '@site/docs/components/tools.mdx'), '@site/docs/components/tools.mdx', require.resolveWeak('@site/docs/components/tools.mdx')],
'content---components-utilitiesc-8-f-642': [() => import(/* webpackChunkName: 'content---components-utilitiesc-8-f-642' */ '@site/docs/components/utilities.mdx'), '@site/docs/components/utilities.mdx', require.resolveWeak('@site/docs/components/utilities.mdx')],
'content---components-vector-stores-767-994': [() => import(/* webpackChunkName: 'content---components-vector-stores-767-994' */ '@site/docs/components/vector-stores.mdx'), '@site/docs/components/vector-stores.mdx', require.resolveWeak('@site/docs/components/vector-stores.mdx')],
'content---components-wrappers-9-d-2-2f0': [() => import(/* webpackChunkName: 'content---components-wrappers-9-d-2-2f0' */ '@site/docs/components/wrappers.mdx'), '@site/docs/components/wrappers.mdx', require.resolveWeak('@site/docs/components/wrappers.mdx')],
'content---contributing-community-907-337': [() => import(/* webpackChunkName: 'content---contributing-community-907-337' */ '@site/docs/contributing/community.md'), '@site/docs/contributing/community.md', require.resolveWeak('@site/docs/contributing/community.md')],
'content---contributing-github-issues-4-c-5-990': [() => import(/* webpackChunkName: 'content---contributing-github-issues-4-c-5-990' */ '@site/docs/contributing/github-issues.md'), '@site/docs/contributing/github-issues.md', require.resolveWeak('@site/docs/contributing/github-issues.md')],
'content---contributing-how-contributef-3-e-097': [() => import(/* webpackChunkName: 'content---contributing-how-contributef-3-e-097' */ '@site/docs/contributing/how-contribute.md'), '@site/docs/contributing/how-contribute.md', require.resolveWeak('@site/docs/contributing/how-contribute.md')],
'content---deployment-gcp-deployment-6-ce-4a0': [() => import(/* webpackChunkName: 'content---deployment-gcp-deployment-6-ce-4a0' */ '@site/docs/deployment/gcp-deployment.md'), '@site/docs/deployment/gcp-deployment.md', require.resolveWeak('@site/docs/deployment/gcp-deployment.md')],
'content---deployment-jina-deployment-8-ed-18b': [() => import(/* webpackChunkName: 'content---deployment-jina-deployment-8-ed-18b' */ '@site/docs/deployment/jina-deployment.md'), '@site/docs/deployment/jina-deployment.md', require.resolveWeak('@site/docs/deployment/jina-deployment.md')],
'content---examples-buffer-memory-1-bb-8a0': [() => import(/* webpackChunkName: 'content---examples-buffer-memory-1-bb-8a0' */ '@site/docs/examples/buffer-memory.mdx'), '@site/docs/examples/buffer-memory.mdx', require.resolveWeak('@site/docs/examples/buffer-memory.mdx')],
'content---examples-conversation-chain-88-c-94f': [() => import(/* webpackChunkName: 'content---examples-conversation-chain-88-c-94f' */ '@site/docs/examples/conversation-chain.mdx'), '@site/docs/examples/conversation-chain.mdx', require.resolveWeak('@site/docs/examples/conversation-chain.mdx')],
'content---examples-csv-loaderbe-3-0e5': [() => import(/* webpackChunkName: 'content---examples-csv-loaderbe-3-0e5' */ '@site/docs/examples/csv-loader.mdx'), '@site/docs/examples/csv-loader.mdx', require.resolveWeak('@site/docs/examples/csv-loader.mdx')],
'content---examples-how-upload-examples-80-f-9ad': [() => import(/* webpackChunkName: 'content---examples-how-upload-examples-80-f-9ad' */ '@site/docs/examples/how-upload-examples.mdx'), '@site/docs/examples/how-upload-examples.mdx', require.resolveWeak('@site/docs/examples/how-upload-examples.mdx')],
'content---examples-midjourney-prompt-chaine-03-57a': [() => import(/* webpackChunkName: 'content---examples-midjourney-prompt-chaine-03-57a' */ '@site/docs/examples/midjourney-prompt-chain.mdx'), '@site/docs/examples/midjourney-prompt-chain.mdx', require.resolveWeak('@site/docs/examples/midjourney-prompt-chain.mdx')],
'content---examples-multiple-vectorstores-604-46d': [() => import(/* webpackChunkName: 'content---examples-multiple-vectorstores-604-46d' */ '@site/docs/examples/multiple-vectorstores.mdx'), '@site/docs/examples/multiple-vectorstores.mdx', require.resolveWeak('@site/docs/examples/multiple-vectorstores.mdx')],
'content---examples-python-functiond-80-94d': [() => import(/* webpackChunkName: 'content---examples-python-functiond-80-94d' */ '@site/docs/examples/python-function.mdx'), '@site/docs/examples/python-function.mdx', require.resolveWeak('@site/docs/examples/python-function.mdx')],
'content---examples-serp-api-tool-6-d-1-3c7': [() => import(/* webpackChunkName: 'content---examples-serp-api-tool-6-d-1-3c7' */ '@site/docs/examples/serp-api-tool.mdx'), '@site/docs/examples/serp-api-tool.mdx', require.resolveWeak('@site/docs/examples/serp-api-tool.mdx')],
'content---getting-started-creating-flows-2-e-2-b45': [() => import(/* webpackChunkName: 'content---getting-started-creating-flows-2-e-2-b45' */ '@site/docs/getting-started/creating-flows.mdx'), '@site/docs/getting-started/creating-flows.mdx', require.resolveWeak('@site/docs/getting-started/creating-flows.mdx')],
'content---getting-started-hugging-face-spaces-3-b-5-38b': [() => import(/* webpackChunkName: 'content---getting-started-hugging-face-spaces-3-b-5-38b' */ '@site/docs/getting-started/hugging-face-spaces.mdx'), '@site/docs/getting-started/hugging-face-spaces.mdx', require.resolveWeak('@site/docs/getting-started/hugging-face-spaces.mdx')],
'content---getting-started-installation-54-f-988': [() => import(/* webpackChunkName: 'content---getting-started-installation-54-f-988' */ '@site/docs/getting-started/installation.md'), '@site/docs/getting-started/installation.md', require.resolveWeak('@site/docs/getting-started/installation.md')],
'content---guidelines-collection-080-aaf': [() => import(/* webpackChunkName: 'content---guidelines-collection-080-aaf' */ '@site/docs/guidelines/collection.mdx'), '@site/docs/guidelines/collection.mdx', require.resolveWeak('@site/docs/guidelines/collection.mdx')],
'content---guidelines-components-289-58a': [() => import(/* webpackChunkName: 'content---guidelines-components-289-58a' */ '@site/docs/guidelines/components.mdx'), '@site/docs/guidelines/components.mdx', require.resolveWeak('@site/docs/guidelines/components.mdx')],
'content---guidelines-features-22-e-841': [() => import(/* webpackChunkName: 'content---guidelines-features-22-e-841' */ '@site/docs/guidelines/features.mdx'), '@site/docs/guidelines/features.mdx', require.resolveWeak('@site/docs/guidelines/features.mdx')],
'content---markdown-page-393-028': [() => import(/* webpackChunkName: 'content---markdown-page-393-028' */ '@site/src/pages/markdown-page.md'), '@site/src/pages/markdown-page.md', require.resolveWeak('@site/src/pages/markdown-page.md')],
'plugin---8-d-8-3f8': [() => import(/* webpackChunkName: 'plugin---8-d-8-3f8' */ '/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json'), '/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json', require.resolveWeak('/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json')],
'plugin---docusaurus-debug-667-210': [() => import(/* webpackChunkName: 'plugin---docusaurus-debug-667-210' */ '/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json'), '/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json', require.resolveWeak('/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json')],
'plugin---markdown-page-3-a-8-829': [() => import(/* webpackChunkName: 'plugin---markdown-page-3-a-8-829' */ '/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json'), '/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json', require.resolveWeak('/home/carlos/repo/logspace/langflow/docs/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json')],
'versionMetadata---935-fcf': [() => import(/* webpackChunkName: 'versionMetadata---935-fcf' */ '~docs/default/version-current-metadata-prop-751.json'), '~docs/default/version-current-metadata-prop-751.json', require.resolveWeak('~docs/default/version-current-metadata-prop-751.json')],};

View file

@ -2,6 +2,41 @@ import React from 'react';
import ComponentCreator from '@docusaurus/ComponentCreator';
export default [
{
path: '/__docusaurus/debug',
component: ComponentCreator('/__docusaurus/debug', '437'),
exact: true
},
{
path: '/__docusaurus/debug/config',
component: ComponentCreator('/__docusaurus/debug/config', 'f3c'),
exact: true
},
{
path: '/__docusaurus/debug/content',
component: ComponentCreator('/__docusaurus/debug/content', '5ed'),
exact: true
},
{
path: '/__docusaurus/debug/globalData',
component: ComponentCreator('/__docusaurus/debug/globalData', '6e2'),
exact: true
},
{
path: '/__docusaurus/debug/metadata',
component: ComponentCreator('/__docusaurus/debug/metadata', '00b'),
exact: true
},
{
path: '/__docusaurus/debug/registry',
component: ComponentCreator('/__docusaurus/debug/registry', '46d'),
exact: true
},
{
path: '/__docusaurus/debug/routes',
component: ComponentCreator('/__docusaurus/debug/routes', 'ce2'),
exact: true
},
{
path: '/markdown-page',
component: ComponentCreator('/markdown-page', 'd68'),
@ -9,7 +44,7 @@ export default [
},
{
path: '/',
component: ComponentCreator('/', '6c4'),
component: ComponentCreator('/', '73a'),
routes: [
{
path: '/',
@ -18,116 +53,194 @@ export default [
sidebar: "docs"
},
{
path: '/buffer-memory',
component: ComponentCreator('/buffer-memory', '859'),
path: '/components/agents',
component: ComponentCreator('/components/agents', '843'),
exact: true,
sidebar: "docs"
},
{
path: '/collection',
component: ComponentCreator('/collection', '373'),
path: '/components/chains',
component: ComponentCreator('/components/chains', '7ac'),
exact: true,
sidebar: "docs"
},
{
path: '/community',
component: ComponentCreator('/community', '80d'),
path: '/components/embeddings',
component: ComponentCreator('/components/embeddings', '9c7'),
exact: true,
sidebar: "docs"
},
{
path: '/components',
component: ComponentCreator('/components', '997'),
path: '/components/llms',
component: ComponentCreator('/components/llms', 'ae5'),
exact: true,
sidebar: "docs"
},
{
path: '/conversation-chain',
component: ComponentCreator('/conversation-chain', 'cb6'),
path: '/components/loaders',
component: ComponentCreator('/components/loaders', '80c'),
exact: true,
sidebar: "docs"
},
{
path: '/creating-flows',
component: ComponentCreator('/creating-flows', '058'),
path: '/components/memories',
component: ComponentCreator('/components/memories', '723'),
exact: true,
sidebar: "docs"
},
{
path: '/csv-loader',
component: ComponentCreator('/csv-loader', 'bb7'),
path: '/components/prompts',
component: ComponentCreator('/components/prompts', '268'),
exact: true,
sidebar: "docs"
},
{
path: '/features',
component: ComponentCreator('/features', 'ef0'),
path: '/components/text-splitters',
component: ComponentCreator('/components/text-splitters', '7f3'),
exact: true,
sidebar: "docs"
},
{
path: '/gcp-deployment',
component: ComponentCreator('/gcp-deployment', '1f3'),
path: '/components/toolkits',
component: ComponentCreator('/components/toolkits', 'b6c'),
exact: true,
sidebar: "docs"
},
{
path: '/github-issues',
component: ComponentCreator('/github-issues', '385'),
path: '/components/tools',
component: ComponentCreator('/components/tools', '960'),
exact: true,
sidebar: "docs"
},
{
path: '/how-contribute',
component: ComponentCreator('/how-contribute', '5ea'),
path: '/components/utilities',
component: ComponentCreator('/components/utilities', '24a'),
exact: true,
sidebar: "docs"
},
{
path: '/how-upload-examples',
component: ComponentCreator('/how-upload-examples', '143'),
path: '/components/vector-stores',
component: ComponentCreator('/components/vector-stores', 'bca'),
exact: true,
sidebar: "docs"
},
{
path: '/hugging-face-spaces',
component: ComponentCreator('/hugging-face-spaces', 'dd3'),
path: '/components/wrappers',
component: ComponentCreator('/components/wrappers', 'f16'),
exact: true,
sidebar: "docs"
},
{
path: '/installation',
component: ComponentCreator('/installation', 'd10'),
path: '/contributing/community',
component: ComponentCreator('/contributing/community', 'a0d'),
exact: true,
sidebar: "docs"
},
{
path: '/jina-deployment',
component: ComponentCreator('/jina-deployment', '370'),
path: '/contributing/github-issues',
component: ComponentCreator('/contributing/github-issues', 'bba'),
exact: true,
sidebar: "docs"
},
{
path: '/midjourney-prompt-chain',
component: ComponentCreator('/midjourney-prompt-chain', 'ef0'),
path: '/contributing/how-contribute',
component: ComponentCreator('/contributing/how-contribute', '3f1'),
exact: true,
sidebar: "docs"
},
{
path: '/multiple-vectorstores',
component: ComponentCreator('/multiple-vectorstores', '293'),
path: '/deployment/gcp-deployment',
component: ComponentCreator('/deployment/gcp-deployment', '4f2'),
exact: true,
sidebar: "docs"
},
{
path: '/python-function',
component: ComponentCreator('/python-function', 'c91'),
path: '/deployment/jina-deployment',
component: ComponentCreator('/deployment/jina-deployment', 'def'),
exact: true,
sidebar: "docs"
},
{
path: '/serp-api-tool',
component: ComponentCreator('/serp-api-tool', '558'),
path: '/examples/buffer-memory',
component: ComponentCreator('/examples/buffer-memory', 'b72'),
exact: true,
sidebar: "docs"
},
{
path: '/examples/conversation-chain',
component: ComponentCreator('/examples/conversation-chain', '0ce'),
exact: true,
sidebar: "docs"
},
{
path: '/examples/csv-loader',
component: ComponentCreator('/examples/csv-loader', '6f7'),
exact: true,
sidebar: "docs"
},
{
path: '/examples/how-upload-examples',
component: ComponentCreator('/examples/how-upload-examples', '274'),
exact: true,
sidebar: "docs"
},
{
path: '/examples/midjourney-prompt-chain',
component: ComponentCreator('/examples/midjourney-prompt-chain', 'a73'),
exact: true,
sidebar: "docs"
},
{
path: '/examples/multiple-vectorstores',
component: ComponentCreator('/examples/multiple-vectorstores', '7b0'),
exact: true,
sidebar: "docs"
},
{
path: '/examples/python-function',
component: ComponentCreator('/examples/python-function', '1d9'),
exact: true,
sidebar: "docs"
},
{
path: '/examples/serp-api-tool',
component: ComponentCreator('/examples/serp-api-tool', '9d4'),
exact: true,
sidebar: "docs"
},
{
path: '/getting-started/creating-flows',
component: ComponentCreator('/getting-started/creating-flows', '362'),
exact: true,
sidebar: "docs"
},
{
path: '/getting-started/hugging-face-spaces',
component: ComponentCreator('/getting-started/hugging-face-spaces', 'a7a'),
exact: true,
sidebar: "docs"
},
{
path: '/getting-started/installation',
component: ComponentCreator('/getting-started/installation', 'd04'),
exact: true,
sidebar: "docs"
},
{
path: '/guidelines/collection',
component: ComponentCreator('/guidelines/collection', '0cc'),
exact: true,
sidebar: "docs"
},
{
path: '/guidelines/components',
component: ComponentCreator('/guidelines/components', 'df5'),
exact: true,
sidebar: "docs"
},
{
path: '/guidelines/features',
component: ComponentCreator('/guidelines/features', '648'),
exact: true,
sidebar: "docs"
}

View file

@ -1,96 +1,191 @@
{
"/markdown-page-d68": {
"__comp": "1f391b9e",
"/__docusaurus/debug-437": {
"__comp": "__comp---theme-debug-config-23-a-2ff",
"__context": {
"plugin": "3a824148"
},
"content": "393be207"
"plugin": "plugin---docusaurus-debug-667-210"
}
},
"/-6c4": {
"__comp": "1be78505",
"/__docusaurus/debug/config-f3c": {
"__comp": "__comp---theme-debug-config-23-a-2ff",
"__context": {
"plugin": "8d89d9da"
"plugin": "plugin---docusaurus-debug-667-210"
}
},
"/__docusaurus/debug/content-5ed": {
"__comp": "__comp---theme-debug-contentba-8-ce7",
"__context": {
"plugin": "plugin---docusaurus-debug-667-210"
},
"versionMetadata": "935f2afb"
"allContent": "allContent---docusaurus-debug-content-246-9aa"
},
"/__docusaurus/debug/globalData-6e2": {
"__comp": "__comp---theme-debug-global-dataede-0fa",
"__context": {
"plugin": "plugin---docusaurus-debug-667-210"
}
},
"/__docusaurus/debug/metadata-00b": {
"__comp": "__comp---theme-debug-site-metadata-68-e-3d4",
"__context": {
"plugin": "plugin---docusaurus-debug-667-210"
}
},
"/__docusaurus/debug/registry-46d": {
"__comp": "__comp---theme-debug-registry-679-501",
"__context": {
"plugin": "plugin---docusaurus-debug-667-210"
}
},
"/__docusaurus/debug/routes-ce2": {
"__comp": "__comp---theme-debug-routes-946-699",
"__context": {
"plugin": "plugin---docusaurus-debug-667-210"
}
},
"/markdown-page-d68": {
"__comp": "__comp---theme-mdx-page-1-f-3-b90",
"__context": {
"plugin": "plugin---markdown-page-3-a-8-829"
},
"content": "content---markdown-page-393-028"
},
"/-73a": {
"__comp": "__comp---theme-doc-page-1-be-9be",
"__context": {
"plugin": "plugin---8-d-8-3f8"
},
"versionMetadata": "versionMetadata---935-fcf"
},
"/-08f": {
"__comp": "17896441",
"content": "4edc808e"
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---4-ed-c51"
},
"/buffer-memory-859": {
"__comp": "17896441",
"content": "6814797a"
"/components/agents-843": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-agentsf-71-168"
},
"/collection-373": {
"__comp": "17896441",
"content": "82d63ee7"
"/components/chains-7ac": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-chainsa-26-dc3"
},
"/community-80d": {
"__comp": "17896441",
"content": "5ef0e9d6"
"/components/embeddings-9c7": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-embeddings-99-b-31e"
},
"/components-997": {
"__comp": "17896441",
"content": "85c43aa7"
"/components/llms-ae5": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-llms-9-fc-45b"
},
"/conversation-chain-cb6": {
"__comp": "17896441",
"content": "62bd2273"
"/components/loaders-80c": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-loaders-07-d-36c"
},
"/creating-flows-058": {
"__comp": "17896441",
"content": "4865b3d3"
"/components/memories-723": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-memories-135-4a8"
},
"/csv-loader-bb7": {
"__comp": "17896441",
"content": "4b7efe41"
"/components/prompts-268": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-promptsf-12-cf2"
},
"/features-ef0": {
"__comp": "17896441",
"content": "7d2f9deb"
"/components/text-splitters-7f3": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-text-splittersd-76-551"
},
"/gcp-deployment-1f3": {
"__comp": "17896441",
"content": "9601187c"
"/components/toolkits-b6c": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-toolkits-448-f8b"
},
"/github-issues-385": {
"__comp": "17896441",
"content": "6af6c936"
"/components/tools-960": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-toolsd-90-5b7"
},
"/how-contribute-5ea": {
"__comp": "17896441",
"content": "290fa787"
"/components/utilities-24a": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-utilitiesc-8-f-642"
},
"/how-upload-examples-143": {
"__comp": "17896441",
"content": "c7b06e1b"
"/components/vector-stores-bca": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-vector-stores-767-994"
},
"/hugging-face-spaces-dd3": {
"__comp": "17896441",
"content": "dec75ad9"
"/components/wrappers-f16": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---components-wrappers-9-d-2-2f0"
},
"/installation-d10": {
"__comp": "17896441",
"content": "3b8c55ea"
"/contributing/community-a0d": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---contributing-community-907-337"
},
"/jina-deployment-370": {
"__comp": "17896441",
"content": "0be3201f"
"/contributing/github-issues-bba": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---contributing-github-issues-4-c-5-990"
},
"/midjourney-prompt-chain-ef0": {
"__comp": "17896441",
"content": "80a882d2"
"/contributing/how-contribute-3f1": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---contributing-how-contributef-3-e-097"
},
"/multiple-vectorstores-293": {
"__comp": "17896441",
"content": "3c577422"
"/deployment/gcp-deployment-4f2": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---deployment-gcp-deployment-6-ce-4a0"
},
"/python-function-c91": {
"__comp": "17896441",
"content": "c5eb387d"
"/deployment/jina-deployment-def": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---deployment-jina-deployment-8-ed-18b"
},
"/serp-api-tool-558": {
"__comp": "17896441",
"content": "aea509ac"
"/examples/buffer-memory-b72": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---examples-buffer-memory-1-bb-8a0"
},
"/examples/conversation-chain-0ce": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---examples-conversation-chain-88-c-94f"
},
"/examples/csv-loader-6f7": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---examples-csv-loaderbe-3-0e5"
},
"/examples/how-upload-examples-274": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---examples-how-upload-examples-80-f-9ad"
},
"/examples/midjourney-prompt-chain-a73": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---examples-midjourney-prompt-chaine-03-57a"
},
"/examples/multiple-vectorstores-7b0": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---examples-multiple-vectorstores-604-46d"
},
"/examples/python-function-1d9": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---examples-python-functiond-80-94d"
},
"/examples/serp-api-tool-9d4": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---examples-serp-api-tool-6-d-1-3c7"
},
"/getting-started/creating-flows-362": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---getting-started-creating-flows-2-e-2-b45"
},
"/getting-started/hugging-face-spaces-a7a": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---getting-started-hugging-face-spaces-3-b-5-38b"
},
"/getting-started/installation-d04": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---getting-started-installation-54-f-988"
},
"/guidelines/collection-0cc": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---guidelines-collection-080-aaf"
},
"/guidelines/components-df5": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---guidelines-components-289-58a"
},
"/guidelines/features-648": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---guidelines-features-22-e-841"
}
}

View file

@ -17,9 +17,9 @@
"name": "@docusaurus/plugin-content-pages",
"version": "2.4.1"
},
"docusaurus-plugin-sitemap": {
"docusaurus-plugin-debug": {
"type": "package",
"name": "@docusaurus/plugin-sitemap",
"name": "@docusaurus/plugin-debug",
"version": "2.4.1"
},
"docusaurus-theme-classic": {

View file

@ -0,0 +1,2 @@
# Agents
(coming soon)

View file

@ -0,0 +1,2 @@
# Chains
(coming soon)

View file

@ -0,0 +1,2 @@
# Embeddings
(coming soon)

View file

@ -0,0 +1,2 @@
# LLMs
(coming soon)

View file

@ -0,0 +1,2 @@
# Loaders
(coming soon)

View file

@ -0,0 +1,2 @@
# Memories
(coming soon)

View file

@ -0,0 +1,2 @@
# Prompts
(coming soon)

View file

@ -0,0 +1,2 @@
# Text Splitters
(coming soon)

View file

@ -0,0 +1,2 @@
# Toolkits
(coming soon)

View file

@ -0,0 +1,2 @@
# Tools
(coming soon)

View file

@ -0,0 +1,2 @@
# Utilities
(coming soon)

View file

@ -0,0 +1,2 @@
# Vector Stores
(coming soon)

View file

@ -0,0 +1,2 @@
# Wrappers
(coming soon)

View file

@ -3,7 +3,7 @@
The example below shows an agent operating with two vector stores built upon different data sources.
The `TextLoader` loads a TXT file, while the `WebBaseLoader` pulls text from webpages into a document format to accessed downstream. The `Chroma` vector stores are created analogous to what we have demonstrated in our [CSV Loader](docs/csv-loader.mdx) example. Finally, the `VectorStoreRouterAgent` constructs an agent that routes between the vector stores.
The `TextLoader` loads a TXT file, while the `WebBaseLoader` pulls text from webpages into a document format to accessed downstream. The `Chroma` vector stores are created analogous to what we have demonstrated in our [CSV Loader](/examples/csv-loader.mdx) example. Finally, the `VectorStoreRouterAgent` constructs an agent that routes between the vector stores.
:::info

View file

@ -22,7 +22,7 @@ Creating flows with LangFlow is easy. Drag sidebar components onto the canvas an
The easiest way to start with LangFlow is by forking a **community example**. Forking an example stores a copy in your project collection, allowing you to edit and save the modified version as a new flow.
<div style={{ marginBottom: '20px', display: 'flex', justifyContent: 'center' }}>
<ReactPlayer playing controls url='videos/langflow_fork.mp4'
<ReactPlayer playing controls url='/videos/langflow_fork.mp4'
/>
</div>
@ -32,6 +32,6 @@ The easiest way to start with LangFlow is by forking a **community example**. Fo
Building a flow means validating if the components have prerequisites fulfilled and are properly instantiated. When a chat message is sent, the flow will run for the first time, executing the pipeline.
<div style={{ marginBottom: '20px', display: 'flex', justifyContent: 'center' }}>
<ReactPlayer playing controls url='videos/langflow_build.mp4'
<ReactPlayer playing controls url='/videos/langflow_build.mp4'
/>
</div>

View file

@ -8,6 +8,6 @@ import ReactPlayer from 'react-player';
A collection is a snapshot of the flows available in the database. You can download your entire collection for local storage and upload it anytime for future use.
<div style={{ marginBottom: '20px', display: 'flex', justifyContent: 'center' }}>
<ReactPlayer playing controls url='videos/langflow_collection.mp4'
<ReactPlayer playing controls url='/videos/langflow_collection.mp4'
/>
</div>

View file

@ -39,6 +39,6 @@ On the top right corner, you will find the component status icon 🔴. Make the
LangFlow components can be edited in the component settings button. Hide parameters to reduce complexity and keep the canvas clean and intuitive for experimentation.
<div style={{ marginBottom: '20px', display: 'flex', justifyContent: 'center' }}>
<ReactPlayer playing controls url='videos/langflow_parameters.mp4'
<ReactPlayer playing controls url='/videos/langflow_parameters.mp4'
/>
</div>

View file

@ -59,6 +59,6 @@ Once you save a flow, the API endpoint is created with your latest changes. Clic
The example below shows a Python script making a POST request to a local API endpoint, which gets a prediction based on the message input.
<div style={{ marginBottom: '20px', display: 'flex', justifyContent: 'center' }}>
<ReactPlayer playing controls url='videos/langflow_api.mp4'
<ReactPlayer playing controls url='/videos/langflow_api.mp4'
/>
</div>

View file

@ -4,34 +4,45 @@ module.exports = {
type: 'category',
label: 'Getting Started',
collapsed: false,
items: ['index', 'installation', 'hugging-face-spaces', 'creating-flows'],
items: ['index', 'getting-started/installation', 'getting-started/hugging-face-spaces', 'getting-started/creating-flows'],
},
{
type: 'category',
label: 'Guidelines',
collapsed: false,
items: ['components', 'features', 'collection'],
items: ['guidelines/components', 'guidelines/features', 'guidelines/collection'],
},
{
type: 'category',
label: 'Components',
collapsed: false,
items: [
'components/agents', 'components/chains', 'components/loaders', 'components/embeddings', 'components/llms',
'components/memories', 'components/prompts','components/text-splitters', 'components/toolkits', 'components/tools',
'components/utilities', 'components/vector-stores', 'components/wrappers',
],
},
{
type: 'category',
label: 'Examples',
collapsed: false,
items: [
'conversation-chain', 'buffer-memory','midjourney-prompt-chain',
'csv-loader', 'serp-api-tool', 'multiple-vectorstores', 'python-function', 'how-upload-examples',
'examples/conversation-chain', 'examples/buffer-memory','examples/midjourney-prompt-chain',
'examples/csv-loader', 'examples/serp-api-tool', 'examples/multiple-vectorstores', 'examples/python-function',
'examples/how-upload-examples',
],
},
{
type: 'category',
label: 'Deployment',
collapsed: false,
items: ['gcp-deployment', 'jina-deployment'],
items: ['deployment/gcp-deployment', 'deployment/jina-deployment'],
},
{
type: 'category',
label: 'Contributing',
collapsed: false,
items: ['how-contribute', 'github-issues', 'community'],
items: ['contributing/how-contribute', 'contributing/github-issues', 'contributing/community'],
},
],
};

View file

@ -1,21 +1,16 @@
import React from 'react';
import Footer from '@theme-original/Footer';
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import { MendableFloatingButton } from '@mendable/search';
export default function FooterWrapper(props) {
const {
siteConfig: { customFields },
} = useDocusaurusContext();
const iconSpan1 = React.createElement('img', {
src: 'img/chain.png',
src: '/img/chain.png',
style: { width: '40px' }
}, null);
const icon = React.createElement('div', {
style: {
color: '#ffffff',
color: '#000000',
fontSize: '22px',
width: '48px',
height: '48px',
@ -31,12 +26,8 @@ export default function FooterWrapper(props) {
const mendableFloatingButton = React.createElement(
MendableFloatingButton,
{
style: { darkMode: true, accentColor: '#4051b5' },
floatingButtonStyle: { color: '#ffffff', backgroundColor: '#010810' },
anon_key: customFields.mendableAnonKey, // Mendable Search Public ANON key, ok to be public
messageSettings: {
openSourcesInNewTab: false,
},
floatingButtonStyle: { color: '#000000', backgroundColor: '#f6f6f6' },
anon_key: 'b7f52734-297c-41dc-8737-edbd13196394', // Mendable Search Public ANON key, ok to be public
showSimpleSearch: true,
icon: icon,
}

File diff suppressed because it is too large Load diff