Add langflow-ide chart 0.1.0

This commit is contained in:
wbsong111
2024-12-18 09:41:24 +09:00
parent b406939c2d
commit a269862422
77 changed files with 8846 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# 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).