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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/docs/API-Reference/flow-devops-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Instead of manually exporting, sharing, and importing flow JSON files from the L
Alternatively, you can run `uvx lfx` commands, or run LFX from the `src/lfx` directory in a cloned Langflow repo.
For more information, see the [Langflow LFX README](https://github.com/langflow-ai/langflow/blob/main/src/lfx/README.md).

:::tip
`uv pip install lfx` includes the full core component library, but does not include components that ship as separate bundle packages.
If your flows use those components, install the required bundles in the same virtual environment.
For more information, see [Install bundle components](/components-bundle-components#bundle-install).
:::

## Create a project and version a flow

1. Create a flow in the Langflow UI, such as the Simple Agent starter flow in the [Quickstart](/get-started-quickstart).
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/Components/bundles-agentics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-aiml.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **AI/ML** bundle.


<PartialLfxBundlesInstall />

## AI/ML API text generation

This component creates a `ChatOpenAI` model instance using the AI/ML API.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-altk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.


<PartialLfxBundlesInstall />

:::tip
The ALTK contains features called _components_. These are different from Langflow components. All components within ALTK are available through Langflow's **ALTK Agent** component.
:::
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/Components/bundles-amazon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ slug: /bundles-amazon

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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Amazon** bundle.

<GraduatedBundleInstall packageName="lfx-amazon" />

## Amazon Bedrock Converse

This component generates text using [Amazon Bedrock LLMs](https://docs.aws.amazon.com/bedrock) with the Bedrock Converse API.
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/Components/bundles-anthropic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Anthropic** bundle.

<GraduatedBundleInstall packageName="lfx-anthropic" />

For more information about Anthropic features and functionality used by Anthropic components, see the [Anthropic documentation](https://docs.anthropic.com/en/docs/intro).

## Anthropic text generation
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/Components/bundles-apify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down
3 changes: 3 additions & 0 deletions docs/docs/Components/bundles-assemblyai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Azure** bundle.


<PartialLfxBundlesInstall />

## Azure OpenAI

This component generates text using [Azure OpenAI LLMs](https://learn.microsoft.com/en-us/azure/ai-services/openai/).
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-baidu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ slug: /bundles-baidu
---

import Icon from "@site/src/components/icon";
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Baidu** bundle.


<PartialLfxBundlesInstall />

## Qianfan

The **Qianfan** component generates text using Qianfan's language models.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-bing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Bing** bundle.


<PartialLfxBundlesInstall />

## Bing Search API

This component allows you to call the Bing Search API.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-cassandra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Cassandra** bundle, including components that read and write to Apache Cassandra clusters, such as OSS Cassandra and Astra DB databases.


<PartialLfxBundlesInstall />

## Cassandra vector store

Use the **Cassandra** component to read or write to a Cassandra-based vector store using a `CassandraVectorStore` instance.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-chroma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Chroma** bundle.


<PartialLfxBundlesInstall />

## Chroma DB

You can use the **Chroma DB** component to read and write to a Chroma database using an instance of `Chroma` vector store.
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/Components/bundles-cleanlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-clickhouse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **ClickHouse** bundle.


<PartialLfxBundlesInstall />

## ClickHouse vector store

The **ClickHouse** component reads and writes to a ClickHouse vector store using an instance of `ClickHouse` vector store.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Cloudflare** bundle.


<PartialLfxBundlesInstall />

## Cloudflare Workers AI Embeddings

The **Cloudflare Workers AI Embeddings** component generates embeddings using [Cloudflare Workers AI models](https://developers.cloudflare.com/workers-ai/).
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-codeagents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ slug: /bundles-codeagents
---

import Icon from "@site/src/components/icon";
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.


<PartialLfxBundlesInstall />

Langflow integrates with [OpenDsStar](https://github.com/IBM/OpenDsStar) through a bundle of code-writing agent components that can iteratively plan, write, and execute Python code to solve complex tasks.

:::info
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/Components/bundles-cohere.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Cohere** bundle.

<GraduatedBundleInstall packageName="lfx-cohere" />

For more information about Cohere features and functionality used by Cohere components, see the [Cohere documentation](https://cohere.ai/).

## Cohere text generation
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-cometapi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import Icon from "@site/src/components/icon";

This page describes the components that are available in the **CometAPI** bundle.


<PartialLfxBundlesInstall />

For more information about CometAPI features and functionality used by CometAPI components, see the [CometAPI documentation](https://www.cometapi.com/).

## CometAPI text generation
Expand All @@ -25,6 +28,7 @@ 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';

<PartialParams />

Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-composio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ slug: /bundles-composio
---

import Icon from "@site/src/components/icon";
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Composio** bundle.


<PartialLfxBundlesInstall />

For information about specific Composio functionality, see the [Composio documentation](https://docs.composio.dev/introduction/intro/overview).

## Use Composio components in a flow
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-couchbase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Couchbase** bundle.


<PartialLfxBundlesInstall />

## Couchbase vector store

The **Couchbase** component reads and writes to a Couchbase vector store using an instance of `CouchbaseSearchVectorStore`.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-cuga.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.


<PartialLfxBundlesInstall />

:::warning Model Provider Limitations
The **CUGA** component only supports **OpenAI** and **watsonx** models. To use other model providers, use the core [**Agent** component](/agents) instead.
:::
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/Components/bundles-datastax.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ 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 { GraduatedBundleInstall } from '@site/docs/_partial-bundle-graduated-install.mdx';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **DataStax** bundle, including components that read and write to Astra DB databases.

<GraduatedBundleInstall packageName="lfx-datastax" />

## Astra DB

:::warning
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-deepseek.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **DeepSeek** bundle.


<PartialLfxBundlesInstall />

For more information about DeepSeek features and functionality used by DeepSeek components, see the [DeepSeek documentation](https://api-docs.deepseek.com/).

## DeepSeek text generation
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-elastic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Elastic** bundle.


<PartialLfxBundlesInstall />

## Elasticsearch

The **Elasticsearch** component reads and writes to an Elasticsearch instance using [`ElasticsearchStore`](https://docs.langchain.com/oss/python/integrations/vectorstores/elasticsearch).
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-exa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ slug: /bundles-exa
---

import Icon from "@site/src/components/icon";
import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **Exa** bundle.


<PartialLfxBundlesInstall />

## Exa Search

This component provides an [Exa Search](https://exa.ai/) toolkit for search and content retrieval by a Langflow [**Agent** component](/agents) or [MCP client](/mcp-client).
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Components/bundles-faiss.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ 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';

<Icon name="Blocks" aria-hidden="true" /> [**Bundles**](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.

This page describes the components that are available in the **FAISS** bundle.


<PartialLfxBundlesInstall />

## FAISS vector store

The **FAISS** component provides access to the Facebook AI Similarity Search (FAISS) library through an instance of `FAISS` vector store.
Expand Down
Loading
Loading