Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.25 KB

README.md

File metadata and controls

48 lines (29 loc) · 2.25 KB

Nebius package for Flowise

Description

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.

Short description

Open source visual UI tool to build your own customized LLM orchestration flow and AI agents in Kubernetes.

Use cases

  • 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.

Links

Legal

By using the application, you agree to their terms and conditions: the helm-chart, Apache 2.0

Tutorial

To install the product:

  1. Click Install.
  2. Wait for the application to change its status to Deployed.

Usage

  1. To check that Flowise is working:

    1. Install kubectl, and configure it to work with the created cluster.

    2. Check the access to its UI:

      kubectl port-forward <application-name> 3000:3000 -n <namespace>
    3. Go to http://localhost:3000 in your web browser to access the UI.