MyGit

0.5.5

langgenius/dify

版本发布时间: 2024-02-13 12:36:02

langgenius/dify最新发布版本:0.6.15(2024-07-23 22:49:30)

Update Guide

Deploying with Docker Compose:

  1. Get the latest code from the main branch:

    git checkout main
    git pull origin main
    
  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 main branch:

    git checkout main
    git pull origin main
    
  3. Then, let's run the migration script:

    cd api
    flask db upgrade
    

    Note: To use TTS, ffmpeg installation is required on servers running Dify API from source. More details can be found in our FAQ.

  4. Finally, run API server, Worker and Web frontend Server again.

What's Changed

New Contributors

Full Changelog: https://github.com/langgenius/dify/compare/0.5.4...0.5.5

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

查看:2024-02-13发行的版本