Skip to content

Commit 98360ca

Browse files
committed
simplify, remove obvious ui steps screens
1 parent 605ac2e commit 98360ca

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

sources/platform/integrations/ai/langflow.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ When the platform is started, open the [Langflow UI](http://127.0.0.1:7860) in y
5252
5353
### Creating a new flow
5454

55-
On the Langflow welcome screen, click the **New Flow** button and then click **Blank Flow**:
55+
On the Langflow welcome screen, click the **New Flow** button and then create **Blank Flow**:
5656
![New Flow screen - Blank Flow](../images/langflow/new_blank_flow.png)
5757

5858
Now, we can start building our flow.
@@ -83,7 +83,7 @@ To filter only the `metadata` and `markdown` fields, set **Output fields** to `m
8383
8484
![Flow - Apify Actors Output Filter](../images/langflow/apify_actors_output_filter.png)
8585

86-
Now, the output contains only the `markdown` and flattened `metadata` fields:
86+
When you run the component again, the output contains only the `markdown` and flattened `metadata` fields:
8787

8888
![Flow - Apify Actors Output Filtered](../images/langflow/apify_actors_output_data_filtered.png)
8989

@@ -96,22 +96,16 @@ Create a new flow and add two **Apify Actors** components from the menu.
9696
Input your API token (learn how to get it [here](https://docs.apify.com/platform/integrations/api)) and set the Actor ID of the first component to `apify/google-search-scraper` and the second one to `clockworks/free-tiktok-scraper`:
9797
![Flow - Actors configuration](../images/langflow/apify_actors_configuration.png)
9898

99-
Now add the *Agent* component from the menu and set your OpenAI API key (get it [here](https://platform.openai.com/account/api-keys)):
99+
Now add the *Agent* component from the menu and set your OpenAI API key (get it [here](https://platform.openai.com/account/api-keys)).
100100
:::tip Optimize Agent results
101101

102102
For better results, switch the model to `gpt-4o` instead of `gpt-4o-mini` in the Agent configuration
103103

104104
:::
105-
106-
![Flow - Add Agent](../images/langflow/add_agent.png)
107-
108105
Then connect both Apify Actor components **Tool** outputs to the Agent component **Tools** input:
109106
![Flow - Agent configure](../images/langflow/agent_configure.png)
110107

111-
Now add **Chat Input** and **Chat Output** components from the menu and connect them to the Agent component **Input** and **Response**:
112-
![Flow - Add Chat components](../images/langflow/add_chat.png)
113-
114-
The final flow that can search the web for a company's social media profiles and extract data from them:
108+
Now add **Chat Input** and **Chat Output** components from the menu and connect them to the Agent component **Input** and **Response**. The final flow that can search the web for a company's social media profiles and extract data from them:
115109
![Flow - Final](../images/langflow/flow.png)
116110

117111
Click the **Playground** button and chat with the Agent to test the flow:
-23.5 KB
Binary file not shown.
-17.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)