You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai/langflow/README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,18 @@
1
1
# LangFlow on IBM Code Engine
2
2
3
-

4
-
5
3
## What is LangFlow
6
4
7
5
-[LangFlow](https://www.langflow.org/) is an open-source, Python-based **low-code visual framework** designed for rapid prototyping and deployment of **LLM-powered applications**.
8
6
- It allows you to **visually define pipelines** that connect **Agents**, **Tools** and **LLMs** so you can build, test, and iterate on behaviors without writing glue code.
9
7
- It comes with batteries included and supports all major LLMs, vector databases and a **growing library of AI tools**.
10
8
9
+

10
+
11
11
## Why Code Engine is a great fit
12
12
13
+

14
+
15
+
13
16
Using **[IBM Cloud Code Engine](https://www.ibm.com/products/code-engine)** you can expose both the developer visual editor and the end-user interface via an out-of-the-box system domain, making it easy to share and host LangFlow apps.
@@ -18,6 +21,8 @@ Using **[IBM Cloud Code Engine](https://www.ibm.com/products/code-engine)** you
18
21
-**Integrates with COS:** Object storage (IBM Cloud Object Storage) can be mounted as a persistent data store for flows, state and uploads.
19
22
-**Secure secrets & PDS:** Use Code Engine secrets and Persistent Data Stores (PDS) to store credentials and mount COS buckets securely.
20
23
24
+
Note: For production use it's recommended to use [IBM Cloud Databases for PostgreSQL](https://www.ibm.com/products/databases-for-postgresql) for the [external persistence layer](https://docs.langflow.org/memory#configure-external-memory).
25
+
21
26
## Deploy
22
27
23
28
This repository includes a convenience script `deploy.sh` that automates the common steps (creating a Code Engine project, creating a COS instance and bucket, creating a service key, creating a CE secret and PDS, and deploying the image).
Open the URL in a browser window to access the visual editor of [LangFlow](https://www.langflow.org/) and start desiging you first flow. If you already have a flow, you can import it as well.
0 commit comments