MyGit

0.6.0-preview-workflow.1

langgenius/dify

版本发布时间: 2024-03-23 23:30:42

langgenius/dify最新发布版本:0.14.1(2024-12-18 16:36:20)

Important Notice

This version is a preview release intended for feature workflow internal testing only. It is not a formal release. Please proceed with caution before upgrading.

TL;DR

image

Update Guide

Deploying with Docker Compose:

  1. Get the latest code from the feat/workflow branch:

    git fetch --tags
    git checkout 0.6.0-preview-workflow.1
    
  2. Go to the next step and update to the latest image:

    cd docker
    docker-compose up -d
    

Deploying from Source Code:

  1. Stop API server, Worker and Web frontend Server.

  2. Get the latest code from the feat/workflow branch:

    git fetch --tags
    git checkout 0.6.0-preview-workflow.1
    
  3. Update Python dependencies:

    cd api
    pip install -r requirements.txt
    
  4. Then, let's run the migration script:

    flask db upgrade
    
  5. Finally, run API server, Worker and Web frontend Server again.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-03-23发行的版本