Skip to content

Commit 3782690

Browse files
committed
docs(service): add Langflow documentation
1 parent 63a0161 commit 3782690

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed

docs/.vitepress/theme/components/Services/List.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,13 @@ const services = [
11161116
description: 'Open source LLM engineering platform.',
11171117
category: 'AI'
11181118
},
1119+
{
1120+
name: 'Langflow',
1121+
slug: 'langflow',
1122+
icon: '/docs/images/services/langflow.svg',
1123+
description: 'Open source Python-based framework for building AI applications.',
1124+
category: 'AI'
1125+
},
11191126
{
11201127
name: 'Linkding',
11211128
slug: 'linkding',
Lines changed: 5 additions & 0 deletions
Loading

docs/services/langflow.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: "Langflow"
3+
description: "Host Langflow on Coolify to build and deploy AI-powered agents and workflows with a visual drag-and-drop interface and Python extensibility."
4+
---
5+
6+
<ZoomableImage src="/docs/images/services/langflow.svg" alt="Langflow" />
7+
# Langflow
8+
9+
10+
[Langflow](https://www.langflow.org/?utm_source=coolify.io) is an **[open-source](https://github.com/langflow-ai/langflow) Python-based framework** for building AI applications. It combines a visual authoring experience with full programmatic access, enabling teams to **prototype**, **test**, and **deploy** AI-powered agents and workflows.
11+
12+
It accelerates development by providing a **drag-and-drop interface** while maintaining the flexibility of **custom Python components** for advanced use cases.
13+
14+
## Key Features
15+
16+
### Visual Workflow Builder
17+
18+
- **Drag-and-Drop Interface**: Create complex AI workflows by connecting component nodes visually without writing code.
19+
- **Pre-built Templates**: Start quickly with templates for chatbots, document analysis systems, and content generators.
20+
- **Custom Components**: Extend functionality by building custom components using Python.
21+
22+
### Real-Time Testing
23+
24+
- **Interactive Playground**: Test flows and receive immediate feedback before deployment.
25+
- **Step-by-Step Debugging**: Monitor each component's output to identify and fix issues quickly.
26+
- **Iteration Support**: Rapidly iterate on your workflows with instant visual feedback.
27+
28+
### Multi-Agent Orchestration
29+
30+
- **Agent Development**: Built-in support for creating and orchestrating multiple AI agents.
31+
- **MCP Integration**: Native support for Model Context Protocol (MCP) for tool integration.
32+
- **Conversation Management**: Manage complex multi-turn conversations and retrieval workflows.
33+
34+
### Flexible Deployment
35+
36+
- **API Endpoints**: Serve your flows via REST API for integration with existing applications.
37+
- **MCP Server**: Deploy as an MCP server for AI tool integration.
38+
- **JSON Export**: Export flows as JSON for version control and sharing.
39+
40+
### Observability
41+
42+
- **LangSmith Integration**: Connect with LangSmith for tracing and debugging.
43+
- **Langfuse Integration**: Use Langfuse for LLM observability and analytics.
44+
- **Framework Agnostic**: Works with all major LLMs and vector databases.
45+
46+
## Configuration
47+
48+
After deploying Langflow on Coolify, you need to configure the superuser credentials by setting the following environment variables:
49+
50+
| Variable | Description |
51+
|----------|-------------|
52+
| `LANGFLOW_SUPERUSER` | Username for the admin account |
53+
| `LANGFLOW_SUPERUSER_PASSWORD` | Password for the admin account |
54+
55+
::: warning
56+
Make sure to change the default values of `LANGFLOW_SUPERUSER` and `LANGFLOW_SUPERUSER_PASSWORD` before deploying to production.
57+
:::
58+
59+
## Links
60+
61+
- [Langflow Website](https://www.langflow.org/?utm_source=coolify.io)
62+
- [Documentation](https://docs.langflow.org/?utm_source=coolify.io)
63+
- [GitHub Repository](https://github.com/langflow-ai/langflow)

0 commit comments

Comments
 (0)