Skip to content

Quickly Build Dify LLM Application Development Platform

Dify is an open-source large language model (LLM) application development platform that provides one-stop capabilities including Agent workflow, RAG Pipeline, rich integrations, and observability, enabling users to quickly build production-grade generative AI applications.

This article mainly introduces how to use Helm Application in DCE 5.0 to deploy dify-chart plugin, quickly build Dify LLM application development platform, and implement usage examples of Dify application/workflow based on Qwen-turbo.

Prerequisites

Before installing dify-chart plugin, the following prerequisites must be met:

Installation Process

Follow these steps to install dify-chart plugin for the cluster and build the Dify LLM application development platform.

  1. Find the target cluster where you want to install dify-chart plugin in the cluster list. Click the cluster name, then click Helm Applications -> Helm Templates in the left navigation bar. Enter dify-chart in the search bar.

    Cluster Details

  2. Read the dify-chart plugin introduction, select the version and click Install. This article uses 0.0.2 version as an example.

    Click Install

  3. Fill in and configure parameters, then click Next.

    Fill Parameters

    • Name: Required parameter, enter the plugin name. Note that the name can be at most 63 characters, can only contain lowercase letters, numbers and separators ("-"), and must start and end with lowercase letters or numbers, e.g., dify-chart.
    • Namespace: The namespace where the plugin is installed. You can choose an existing namespace or create a new one. For example, create dify namespace.
    • Version: Plugin version, e.g., 0.0.2.
    • Delete on Failure: Optional parameter. When enabled, it will default to enable installation waiting. If installation fails, it will delete installation-related resources.
    • Wait for Ready: Optional parameter. When enabled, it will wait for all associated resources under the application to be in ready state before marking the application installation as successful.
    • Detailed Logs: Optional parameter. When enabled, it will output detailed logs of the installation process.

    Note

Comments