github langgenius/dify 0.4.8
v0.4.8

latest releases: 0.8.3, 0.8.2, 0.8.1...
8 months ago
  • Jina AI jina-embeddings-v2-base-zh model supported.
  • Minimax abab5.5s-chat model supported.
  • App OpenAPI add LLM usage return
  • Fix some problems.

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
  4. Finally, run API server, Worker and Web frontend Server again.

What's Changed

Full Changelog: 0.4.7...0.4.8

Don't miss a new dify release

NewReleases is sending notifications on new releases.