Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: langflow ai integration docs #1425

Merged
merged 27 commits into from
Feb 19, 2025
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b378040
initial version
MQ37 Jan 22, 2025
c755777
Merge branch 'master' into feat/langflow-integration
MQ37 Jan 22, 2025
9750cdd
lint
MQ37 Jan 22, 2025
c7bdb40
white theme screens, use openai in example run
MQ37 Jan 23, 2025
bdb3568
add langflow vale exception
MQ37 Jan 23, 2025
019ca47
improve text to align with guidelines
MQ37 Jan 23, 2025
27e2b4f
add section on how to call the actors, improve docs
MQ37 Jan 26, 2025
6c494a5
Merge branch 'master' into feat/langflow-integration
MQ37 Jan 26, 2025
5237737
Update sources/platform/integrations/ai/langflow.md
MQ37 Jan 28, 2025
7bcfd2c
Update sources/platform/integrations/ai/langflow.md
MQ37 Jan 28, 2025
bb8e2f8
Update sources/platform/integrations/ai/langflow.md
MQ37 Jan 28, 2025
c17648d
Update sources/platform/integrations/ai/langflow.md
MQ37 Jan 28, 2025
fa0caf7
Update sources/platform/integrations/ai/langflow.md
MQ37 Jan 28, 2025
457a7e3
remove the separator
MQ37 Jan 28, 2025
b27947f
Merge branch 'master' into feat/langflow-integration
MQ37 Jan 28, 2025
dea7c21
Update sources/platform/integrations/ai/langflow.md
MQ37 Jan 29, 2025
cf05aca
Update sources/platform/integrations/ai/langflow.md
MQ37 Jan 29, 2025
605ac2e
remove new flow screen, split use cases into bullet points, implement…
MQ37 Jan 29, 2025
98360ca
simplify, remove obvious ui steps screens
MQ37 Jan 29, 2025
4be4887
lint
MQ37 Jan 29, 2025
18ca140
add prerequisites section
MQ37 Jan 29, 2025
2b3ded8
rework screens with flatten output wihout question mark, simplify and…
MQ37 Jan 29, 2025
c46739b
fix typos
MQ37 Jan 29, 2025
ed57fa6
unify agent keyword caps, agent -> AI agent, Agent -> component
MQ37 Jan 29, 2025
66275c2
Merge branch 'master' into feat/langflow-integration
MQ37 Jan 29, 2025
b7c2ffb
Update sources/platform/integrations/ai/langflow.md
MQ37 Feb 5, 2025
7653ab2
convert Prerequisites to unordered list
MQ37 Feb 5, 2025
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
Prev Previous commit
Next Next commit
Update sources/platform/integrations/ai/langflow.md
Co-authored-by: Jiří Spilka <[email protected]>
MQ37 and jirispilka authored Jan 29, 2025
commit cf05acac4c5a7b35f8c20299412071c4ddb239cc
1 change: 0 additions & 1 deletion sources/platform/integrations/ai/langflow.md
Original file line number Diff line number Diff line change
@@ -63,7 +63,6 @@ Now, we can start building our flow.
### Calling Apify Actors in Langflow

To call Apify Actors in Langflow, we need to add the **Apify Actors** component to the flow.

From the bundle menu, add **Apify Actors** component:
![Flow - Add Apify Actors](../images/langflow/bundles_apify.png)

Loading