Flowise is a platform designed for seamless innovation with a low-code approach and convenient UI. It brings about the transition from testing to production through fast and easy iterations. Benefit from LLM Orchestration, Langchain, and versatile integrations with over 100 integration options. Create autonomous agents and explore custom tools for flexibility. Utilize APIs, SDK, and embedded chat for seamless integration. Experience open source LLMs like HuggingFace and Ollama ones, with options for self-hosting in Nebius AI.
Open source visual UI tool to build your own customized LLM orchestration flow and AI agents in Kubernetes.
- Creating chatbots to answer any questions, for example, about the product catalogue.
- Generating product description from given product specifications.
- Using natural language to query SQL database.
- Summarizing and creating follow-up tasks from customer support tickets.
- Generating or extracting structured data to be used for downstream tasks.
By using the application, you agree to their terms and conditions: the helm-chart, Apache 2.0
To install the product:
- Click Install.
- Wait for the application to change its status to
Deployed
.
-
To check that Flowise is working:
-
Install kubectl, and configure it to work with the created cluster.
-
Check the access to its UI:
kubectl port-forward <application-name> 3000:3000 -n <namespace>
-
Go to http://localhost:3000 in your web browser to access the UI.
-