MyGit

0.15.0

langgenius/dify

版本发布时间: 2025-01-07 18:06:48

langgenius/dify最新发布版本:1.0.0-beta.1(2025-01-09 22:47:14)

✨ What’s New in v0.15.0? ✨

Hey developers! We know you've got a lot going on, so let's cut to it. Here's what's new in v0.15.0, our latest release, packed with bug fixes, feature upgrades, and enhancements.

⚡ New Features

🧑‍🧑‍🧒‍🧒 Parent-child Retrieval

12-25-3 12-25-5

Leverage a two-tier hierarchical approach that effectively balances the trade-off between accurate matching and comprehensive contextual information to improve the quality and accuracy of AI-generated responses in RAG systems. Learn more

Highlights:

✨ Improvements

🛠️ Fixes

⚙️ Refactoring & Other Chores

⚡ Misc

Get ready to dive into these enhancements and see how they can supercharge your workflows and development experience. Happy coding!


Upgrade Guide

Docker compose deployments

[!WARNING]

The files in the docker-legacy directory will soon stop being maintained and will be removed from the repository. If you are still using them, please switch to the new version as soon as possible.

  1. Back up your customized docker-compose YAML file (optional)

    cd docker
    cp docker-compose.yaml docker-compose.yaml.$(date +%s).bak
    
  2. Get the latest code from the main branch

    git checkout main
    git pull origin main
    
  3. Stop the service,Command, please execute in the docker directory

    docker compose down
    
  4. Back up data

    tar -cvf volumes-$(date +%s).tgz volumes
    
  5. Upgrade services

    docker compose up -d
    

Source Code deployments

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

  2. Get the latest code from the release branch:

    git checkout 0.15.0
    
  3. Update Python dependencies:

    cd api
    poetry install
    
  4. Then, let's run the migration script:

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


What's Changed

New Contributors

Full Changelog: https://github.com/langgenius/dify/compare/0.14.2...0.15.0

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

查看:2025-01-07发行的版本