Introduction
This document describes the version compatibility, installation preparations, and basic verification methods of Dify on Kunpeng servers.
Dify is an open-source enterprise-level AI application development platform that integrates the concepts of Backend as a Service (BaaS) and LLMOps. It significantly lowers the barrier to deploying large language models (LLMs) in production through visual process orchestration and Retrieval-Augmented Generation (RAG) knowledge base enhancement. Deploying Dify on Kunpeng servers leverages the high-concurrency, multi-core architecture and optimized instruction set to provide high-performance and cost-effective computing power for tasks such as RAG retrieval and workflow orchestration.
This document describes how to deploy Dify by compiling the source code. The pip cannot directly install or run the Dify core service, and the binary package provided by the pip is not a core program. Therefore, the web service or API cannot be directly started. Therefore, you must install the pip through source code build.