mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 21:21:20 +08:00
docs: partials for lfx-bundles
This commit is contained in:
@ -5,6 +5,9 @@ slug: /bundles-agentics
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
The [Agentics](https://github.com/IBM/agentics/) component bundle uses LLMs to transform tabular data. Add or fill columns row-by-row with the [**aMap** component](#amap-component), collapse many rows into one with [**aReduce** component](#areduce-component), or generate synthetic rows with the [**aGenerate** component](#agenerate-component).
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-aiml
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-altk
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -91,6 +91,9 @@ The component produces logs but it doesn't emit output to the flow.
|
||||
## Legacy Amazon components
|
||||
|
||||
import PartialLegacy from '@site/docs/_partial-legacy.mdx';
|
||||
import { GraduatedBundleInstall } from '@site/docs/_partial-bundle-graduated-install.mdx';
|
||||
|
||||
<GraduatedBundleInstall packageName="amazon" />
|
||||
|
||||
<PartialLegacy />
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-anthropic
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import { GraduatedBundleInstall } from '@site/docs/_partial-bundle-graduated-install.mdx';
|
||||
|
||||
<GraduatedBundleInstall packageName="anthropic" />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-apify
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
[Apify](https://apify.com/) is a web scraping and data extraction platform with more than 3,000 ready-made cloud tools called **Actors**.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-assemblyai
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
The AssemblyAI components allow you to apply powerful Speech AI models to your app for tasks like:
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-azure
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-baidu
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-bing
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-cleanlab
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
[Cleanlab](https://www.cleanlab.ai/) adds automation and trust to every data point going in and every prediction coming out of AI and RAG solutions.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-cloudflare
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-codeagents
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-cohere
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import { GraduatedBundleInstall } from '@site/docs/_partial-bundle-graduated-install.mdx';
|
||||
|
||||
<GraduatedBundleInstall packageName="cohere" />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -25,6 +25,9 @@ For more information, see [Language model components](/components-models).
|
||||
### CometAPI parameters
|
||||
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<PartialParams />
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-composio
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-cuga
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -6,8 +6,12 @@ slug: /bundles-datastax
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialLegacy from '@site/docs/_partial-legacy.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import { GraduatedBundleInstall } from '@site/docs/_partial-bundle-graduated-install.mdx';
|
||||
|
||||
<GraduatedBundleInstall packageName="datastax" />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
@ -404,8 +408,6 @@ For more information about using external chat memory in flows, see the [**Messa
|
||||
|
||||
## Legacy DataStax components
|
||||
|
||||
import PartialLegacy from '@site/docs/_partial-legacy.mdx';
|
||||
|
||||
<PartialLegacy />
|
||||
|
||||
The following DataStax components are in legacy status:
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-deepseek
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-exa
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-files-ingestion
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-firecrawl
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import { GraduatedBundleInstall } from '@site/docs/_partial-bundle-graduated-install.mdx';
|
||||
|
||||
<GraduatedBundleInstall packageName="firecrawl" />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-glean
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-google
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
@ -156,6 +159,7 @@ For information about Vertex AI components, see the [**Vertex AI** bundle](/bund
|
||||
|
||||
import PartialLegacy from '@site/docs/_partial-legacy.mdx';
|
||||
|
||||
|
||||
<PartialLegacy />
|
||||
|
||||
The following Google components are in legacy status:
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-groq
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-huggingface
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-icosacomputing
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,10 @@ slug: /bundles-langchain
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLegacy from '@site/docs/_partial-legacy.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
@ -174,8 +178,6 @@ Other components in the **LangChain** bundle include the following:
|
||||
|
||||
## Legacy LangChain components
|
||||
|
||||
import PartialLegacy from '@site/docs/_partial-legacy.mdx';
|
||||
|
||||
<PartialLegacy />
|
||||
|
||||
The following LangChain components are in legacy status:
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-lite-llm
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-lmstudio
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-maritalk
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-mem0
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-mistralai
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -7,6 +7,9 @@ import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-notion
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
To use Notion components in Langflow, you first need to create a Notion integration and configure it with the necessary capabilities. This guide will walk you through the process of setting up a Notion integration and granting it access to your Notion databases, and then provide two examples of flows with Notion components.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-novita
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-nvidia
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-ollama
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-openai
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import { GraduatedBundleInstall } from '@site/docs/_partial-bundle-graduated-install.mdx';
|
||||
|
||||
<GraduatedBundleInstall packageName="openai" />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-openrouter
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-perplexity
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,10 @@ slug: /bundles-redis
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
@ -59,8 +63,6 @@ You can inspect a vector store component's parameters to learn more about the in
|
||||
|
||||
<PartialParams />
|
||||
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
|
||||
<PartialConditionalParams />
|
||||
|
||||
For information about accepted values and functionality, see the [Redis documentation](https://redis.io/docs/latest/develop/interact/search-and-query/advanced-concepts/vectors/) or inspect [component code](/concepts-components#component-code).
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-sambanova
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-searchapi
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@ slug: /bundles-serper
|
||||
---
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-vertexai
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-vllm
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@ import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialConditionalParams from '@site/docs/_partial-conditional-params.mdx';
|
||||
import PartialVectorSearchResults from '@site/docs/_partial-vector-search-results.mdx';
|
||||
import PartialVectorStoreInstance from '@site/docs/_partial-vector-store-instance.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-wikipedia
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@ slug: /bundles-xai
|
||||
|
||||
import Icon from "@site/src/components/icon";
|
||||
import PartialParams from '@site/docs/_partial-hidden-params.mdx';
|
||||
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';
|
||||
|
||||
<PartialLfxBundlesInstall />
|
||||
|
||||
<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
|
||||
|
||||
|
||||
@ -51,6 +51,59 @@ If you are looking for a specific service or integration, you can <Icon name="Se
|
||||
|
||||
If all else fails, you can always create your own [custom components](/components-custom-components).
|
||||
|
||||
## Install bundle components {#bundle-install}
|
||||
|
||||
`uv pip install langflow` includes all bundle components automatically. No additional steps are required.
|
||||
|
||||
If you installed `lfx` directly with `uv pip install lfx`, the executor ships without any bundle components. Install the bundles you need separately:
|
||||
|
||||
| Bundle | To install |
|
||||
|---|---|
|
||||
| DuckDuckGo, arXiv, IBM, Docling | Included in `uv pip install langflow` only. Install individually: `uv pip install lfx-duckduckgo`, etc. |
|
||||
| Long-tail bundles (~45 providers) | `uv pip install lfx-bundles` |
|
||||
| OpenAI, Anthropic, Amazon Bedrock, Cohere | `uv pip install lfx-openai`, `lfx-anthropic`, `lfx-amazon`, `lfx-cohere` |
|
||||
| DataStax, Firecrawl | `uv pip install lfx-datastax`, `lfx-firecrawl` |
|
||||
|
||||
### Long-tail bundles {#long-tail-bundles}
|
||||
|
||||
About 45 provider bundles are distributed together in the `lfx-bundles` metapackage. To install them all at once:
|
||||
|
||||
```bash
|
||||
uv pip install lfx-bundles
|
||||
```
|
||||
|
||||
After installation, restart Langflow and confirm the bundles loaded:
|
||||
|
||||
```bash
|
||||
lfx extension list
|
||||
```
|
||||
|
||||
Alternatively, install `lfx` and all bundles together in one command:
|
||||
|
||||
```bash
|
||||
uv pip install "lfx[bundles]"
|
||||
```
|
||||
|
||||
### Graduated partner bundles {#graduated-partner-bundles}
|
||||
|
||||
These providers have standalone packages with enhanced, provider-specific components. For OpenAI, Anthropic, Amazon Bedrock, and Cohere, basic LLM support is already included in all Langflow installations through the core [Language Model](/components-models) component. The bundle adds an enhanced component with additional provider-specific parameters.
|
||||
|
||||
To install a graduated bundle:
|
||||
|
||||
1. Run `uv pip install lfx-<name>` (for example, `uv pip install lfx-openai`).
|
||||
2. Restart Langflow.
|
||||
3. To confirm the bundle loaded, run `lfx extension list`.
|
||||
|
||||
### Install without bundles {#engine-only}
|
||||
|
||||
To install only the `lfx` execution engine — useful for headless deployments, CI pipelines, or running flows programmatically without the full Langflow application:
|
||||
|
||||
```bash
|
||||
uv pip install lfx
|
||||
```
|
||||
|
||||
To add bundle components to a standalone `lfx` install, see [Long-tail bundles](#long-tail-bundles) or [Graduated partner bundles](#graduated-partner-bundles) above.
|
||||
|
||||
## Legacy bundles
|
||||
|
||||
import PartialLegacy from '@site/docs/_partial-legacy.mdx';
|
||||
|
||||
35
docs/docs/_partial-bundle-graduated-install.mdx
Normal file
35
docs/docs/_partial-bundle-graduated-install.mdx
Normal file
@ -0,0 +1,35 @@
|
||||
import Admonition from '@theme/Admonition';
|
||||
|
||||
export const GraduatedBundleInstall = ({ packageName }) => {
|
||||
const providers = {
|
||||
'openai': { name: 'OpenAI', coreSupport: true },
|
||||
'anthropic': { name: 'Anthropic', coreSupport: true },
|
||||
'amazon': { name: 'Amazon Bedrock', coreSupport: true },
|
||||
'cohere': { name: 'Cohere', coreSupport: true },
|
||||
'datastax': { name: 'DataStax', coreSupport: false },
|
||||
'firecrawl': { name: 'Firecrawl', coreSupport: false },
|
||||
};
|
||||
|
||||
const { name, coreSupport } = providers[packageName] ?? { name: packageName, coreSupport: false };
|
||||
|
||||
return (
|
||||
<Admonition type="tip">
|
||||
{coreSupport && (
|
||||
<p>
|
||||
Basic {name} support is available in all Langflow installations through the core <strong>Language Model</strong> component.
|
||||
This bundle adds an enhanced {name} component with additional provider-specific parameters.
|
||||
</p>
|
||||
)}
|
||||
<p>
|
||||
If you installed <code>lfx</code> directly (not as part of <code>langflow</code>), install the {name} bundle separately:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Run <code>uv pip install lfx-{packageName}</code>.</li>
|
||||
<li>Restart Langflow.</li>
|
||||
<li>To confirm the bundle loaded, run <code>lfx extension list</code>.</li>
|
||||
</ol>
|
||||
<p>If you installed Langflow with <code>uv pip install langflow</code>, all bundle components are already included.</p>
|
||||
<p>For more information, see <a href="/extensions-overview">Install bundle components</a>.</p>
|
||||
</Admonition>
|
||||
);
|
||||
};
|
||||
9
docs/docs/_partial-bundle-lfx-bundles-install.mdx
Normal file
9
docs/docs/_partial-bundle-lfx-bundles-install.mdx
Normal file
@ -0,0 +1,9 @@
|
||||
:::tip
|
||||
If you installed `lfx` directly with `uv pip install lfx`, install the `lfx-bundles` package to use these components:
|
||||
|
||||
```bash
|
||||
uv pip install lfx-bundles
|
||||
```
|
||||
|
||||
If you installed Langflow with `uv pip install langflow`, all bundle components are already included.
|
||||
:::
|
||||
Reference in New Issue
Block a user