Skip to content

v0.6.3

Compare
Choose a tag to compare
@takatost takatost released this 16 Apr 07:01
· 392 commits to main since this release
38dd58e

✨ Spotlight on Dify v0.6 ✨

🚀 Introducing Dify Workflow 🚀

Eager to elevate the stability and reproducibility of your LLM applications? The latest release, Dify Workflow, is here to empower you.

Curious for more? Swing by the v0.6.0 Release Notes for the full scoop.


What’s New in v0.6.3?

This update primarily focuses on enhancing system stability and improving user experience. Key updates include:

  • feat: Add JinaReader as Tool by @Yeuoly in #3468
  • feat: Function calling support for Google Gemini Pro by @Yeuoly in #3406
  • feat: Add support for embedding models with AWS Bedrock Titan Model by @longzhihun in #3377
  • feat: Support configurate openai compatible stream tool call by @Yeuoly in #3467
  • feat: Refactor tongyi models, add function calling & vision support by @takatost in #3496
  • feat: Add support for AWS Bedrock Cohere embedding by @kerlion in #3444
  • feat: Cohere rerank 3 model added by @Yash-1511 in #3431
  • feat: Add nvidia codegemma 7b support by @joshfeng in #3437
  • feat: API tool support custom timeout by @Yeuoly in #3420
  • feat: Integrated SearXNG search as built-in tool by @junytang in #3363
  • feat: Add support for extracting EPUB files in RAG extractors by @vaayne in #3254
  • feat: Add support for extracting XLS files in RAG extractors by @ic-xu in #3321
  • feat: Support relyt vector database by @klaus-xiong in #3367
  • feat: Add workflow editor shortcuts (#3382) by @perzeuss in #3390
  • feat: Show citation info in run history by @nite-knite in #3399
  • feat: Optimize the efficiency of generating chatbot conversation name by @takatost in #3472
  • For additional enhancements and updates, refer to the What's Changed section below.

Update Guide

Docker compose deployments:

  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

Source Code deployments:

  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. Update Python dependencies:

    cd api
    pip install --upgrade -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.

What's Changed

New Contributors

Full Changelog: 0.6.2...0.6.3