You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
494 B
18 lines
494 B
# LangFlow IDE chart
|
|
|
|
Helm chart for LangFlow as IDE with a persistent storage or an external database (for example PostgreSQL).
|
|
|
|
|
|
## Quick start
|
|
|
|
Install the chart:
|
|
|
|
```bash
|
|
helm repo add langflow https://langflow-ai.github.io/langflow-helm-charts
|
|
helm repo update
|
|
helm install langflow-ide langflow/langflow-ide -n langflow --create-namespace
|
|
```
|
|
|
|
|
|
## Examples
|
|
See more examples in the [examples directory](https://github.com/langflow-ai/langflow-helm-charts/tree/main/examples/langflow-ide). |