Skip to content

Commit 18ca140

Browse files
committed
add prerequisites section
1 parent 4be4887 commit 18ca140

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

sources/platform/integrations/ai/langflow.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,24 @@ This guide will demonstrate two different ways to use Apify Actors with Langflow
2727
- **Calling Apify Actors in Langflow**: We will use the [RAG Web Browser](https://apify.com/apify/rag-web-browser) Actor to search Google for a query and extract the search results.
2828
- **Building a flow to search for company's social media profiles**: We will use the [Google Search Results Scraper](https://apify.com/apify/google-search-scraper) Actor to search the web for social media profiles of a given company. Then, we will use the [TikTok Data Extractor](https://apify.com/clockworks/free-tiktok-scraper) Actor to extract data from the TikTok profiles.
2929

30+
### Prerequisites
31+
32+
#### Apify API token
33+
34+
To use Apify Actors in Langflow, you need an Apify API token. If you don't have one, you can learn how to obtain it in the [Apify documentation](https://docs.apify.com/platform/integrations/api).
35+
36+
#### OpenAI API key
37+
38+
In order to work with agents in Langflow, you need an OpenAI API key. If you don't have one, you can get it from the [OpenAI platform](https://platform.openai.com/account/api-keys).
39+
40+
#### Langflow
41+
3042
:::note Cloud vs local setup
3143

3244
Langflow can either be installed locally or used in the cloud. The cloud version is available on the [Langflow](http://langflow.org/) website. If you are using the cloud version, you can skip the installation step, and go straight to [Creating a new flow](#creating-a-new-flow)
3345

3446
:::
3547

36-
### Installation
37-
3848
First, we need to install the Langflow platform using python package and project manager [uv](https://docs.astral.sh/uv/):
3949

4050
```bash

0 commit comments

Comments
 (0)