dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.

OTHER License

Downloads
2.8K
Stars
47.4K
Committers
431

Bot releases are hidden (Show)

dify - v0.3.31-fix3

Published by takatost 11 months ago

Major Fixes

  • Fix: Hybrid search recall fails when the chosen dataset contains no valid documents.

Important Notice

Before upgrading to 0.3.31, please ensure that all steps outlined in the Important Upgrade Notice for the 0.3.31 release are completed: https://github.com/langgenius/dify/releases/tag/0.3.31

What's Changed

New Contributors

Full Changelog: https://github.com/langgenius/dify/compare/0.3.31-fix2...0.3.31-fix3

dify - Version 0.3.31-fix2

Published by takatost 11 months ago

Fix: white page problem in Safari.

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.31-fix1...0.3.31-fix2

dify - Version 0.3.31-fix1

Published by takatost 11 months ago

Releasing a new version due to some issues that made the previous one unavailable.

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.31...0.3.31-fix1

dify - Version 0.3.31

Published by takatost 11 months ago

New Features

  • Added support for multi-datasets retrieval, hybrid search, and result re-ranking.

What's Changed

New Contributors

Full Changelog: https://github.com/langgenius/dify/compare/0.3.30...0.3.31

dify - Version 0.3.30

Published by takatost 11 months ago

New Features

  • App supports image uploading and calls the OpenAI GPT-4V or gpt-4-vision-preview which allows the model to take in images and answer questions about them.

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.29...0.3.30

dify - Version 0.3.29

Published by takatost 12 months ago

New Features

  • App Moderation Support [DOCS WIP]
  • App External Data Retrieve Support [DOCS WIP]
  • the above functions support API-based / Code-based Extension [DOCS WIP]
  • Support ZhipuAI chatglm_turbo, spark v3.0, weixin ernie-bot-4 model

What's Changed

New Contributors

Full Changelog: https://github.com/langgenius/dify/compare/0.3.28...0.3.29

dify - Version 0.3.28

Published by takatost about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/langgenius/dify/compare/0.3.27...0.3.28

dify - Version 0.3.27

Published by takatost about 1 year ago

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.26...0.3.27

dify - Version 0.3.26

Published by takatost about 1 year ago

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.25...0.3.26

dify - Version 0.3.25

Published by takatost about 1 year ago

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.24...0.3.25

dify - Version 0.3.24

Published by takatost about 1 year ago

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.23...0.3.24

dify - Version 0.3.23

Published by takatost about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/langgenius/dify/compare/0.3.22...0.3.23

dify - Version 0.3.22

Published by takatost about 1 year ago

Notice: if you're upgrading from before version 0.3.21, make sure you've read the BREAKING CHANGE in version 0.3.21: https://github.com/langgenius/dify/releases/tag/0.3.21

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.21...0.3.22

dify - Version 0.3.21

Published by takatost about 1 year ago

⚠️ [BREAKING CHANGE] ⚠️

  • The fixed parameters of the Query content in the text generation application have been removed. Users can freely add any variables in the prompt, instead of appending the content of the query content at the end.
  • The query parameter in the POST /v1/completion-messages endpoint of the App OpenAPI is expected to be completely removed in 3 months. Currently, it's optional and the parameter in API documentation has already been removed.

To ensure that the previous applications can still function properly after removing the fixed parameters in the query content of the text generation application, we need to execute a command to fix the data:

Migration Guide

  1. Enter the Docker Container: Before running the migration script, you need to enter the Docker container where your application is running. Use the following command:

    docker exec -it docker-api-1 bash
    
  2. Run the Migration Script: Once inside the container, execute the following migration command. The migration script can be executed multiple times without side effects:

    # --batch-size: Specifies the number of records migrated per batch, default is 500
    flask update_app_model_configs --batch-size=500
    

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.20...0.3.21

dify - Version 0.3.20

Published by takatost about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/langgenius/dify/compare/0.3.19...0.3.20

dify - Version 0.3.19

Published by takatost about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/langgenius/dify/compare/0.3.18...0.3.19

dify - Version 0.3.18

Published by takatost about 1 year ago

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.17...0.3.18

dify - Version 0.3.17

Published by takatost about 1 year ago

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.16...0.3.17

dify - Version 0.3.16

Published by takatost about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/langgenius/dify/compare/0.3.15...0.3.16

dify - Version 0.3.15

Published by takatost about 1 year ago

New features

What's Changed

Full Changelog: https://github.com/langgenius/dify/compare/0.3.14...0.3.15