0.5.11
版本发布时间: 2024-03-29 21:15:19
langgenius/dify最新发布版本:0.11.2(2024-11-18 17:54:14)
New Features
- Add azure blob storage support by @JohnJyong in #2919
- Add NVIDIA triton-inference-server by @Yeuoly in #2928
- Support new reranker [jina-colbert-v1-en] by @rickythink in #2975
- Add New Tool: DevDocs by @richards199999 in #2993
- Add New Tool: StackExchange by @richards199999 in #3034
- Add S3_ADDRESS_STYLE configuration option by @LeoQuote in #2934
- Update nginx and docker-compose files to support HTTPS. by @Kennytian in #2940
- Update wenxin llm by @Weaxs in #2929
- Support mutil-thread document embedding by @JohnJyong in #3016
- Fix some problems.
Update Guide
Deploying with Docker Compose:
-
Get the latest code from the main branch:
git checkout main git pull origin main
-
Go to the next step and update to the latest image:
cd docker docker-compose up -d
Deploying from Source Code:
-
Stop API server, Worker and Web frontend Server.
-
Get the latest code from the main branch:
git checkout main git pull origin main
-
Update Python dependencies:
cd api pip install -r requirements.txt
-
Then, let's run the migration script:
flask db upgrade
-
Finally, run API server, Worker and Web frontend Server again.
What's Changed
- fix: typo $ mark in logs of vdb migrate command by @bowenliang123 in https://github.com/langgenius/dify/pull/2901
- fix: init qdrant vector max recursion by @ethuwlwfu3288 in https://github.com/langgenius/dify/pull/2909
- chore: change Yi model SDK to OpenAI by @soulteary in https://github.com/langgenius/dify/pull/2910
- fix: suggest service api missed user in query by @iamjoel in https://github.com/langgenius/dify/pull/2918
- Add azure blob storage support by @JohnJyong in https://github.com/langgenius/dify/pull/2919
- Update docker-compose files version by @Kennytian in https://github.com/langgenius/dify/pull/2920
- Feat/add triton inference server by @Yeuoly in https://github.com/langgenius/dify/pull/2928
- Authentication is only applied when both the username and password have values. by @LeoQuote in https://github.com/langgenius/dify/pull/2937
- fix: Upgrade duckduckgo-search to version 5.1.0 & update document segment api parameter error by @shjyh in https://github.com/langgenius/dify/pull/2938
- doc: model schema document fix and wording about the model price parameter by @orangeclk in https://github.com/langgenius/dify/pull/2944
- fix: invalid i18 link in README by @lng2020 in https://github.com/langgenius/dify/pull/2947
- fix: yi model price correction by @orangeclk in https://github.com/langgenius/dify/pull/2946
- fix: max_token default help info improved by @orangeclk in https://github.com/langgenius/dify/pull/2951
- fix: adjust popup panel's z-index value by @yikayiyo in https://github.com/langgenius/dify/pull/2952
- reuse layout by @yikayiyo in https://github.com/langgenius/dify/pull/2956
- When disabling the "Annotation Reply" button, the backend reports an error. #2904 by @colvin777 in https://github.com/langgenius/dify/pull/2933
- fix: white screen when editing annotaion in log panel by @rickythink in https://github.com/langgenius/dify/pull/2968
- improve: cache tool icons by setting max-age HTTP header and enable gzip compression SVG icons from backend by @bowenliang123 in https://github.com/langgenius/dify/pull/2971
- fix: correct response hint for generated image to avoid illusion of regernerated image link by @bowenliang123 in https://github.com/langgenius/dify/pull/2962
- Add S3_ADDRESS_STYLE configuration option by @LeoQuote in https://github.com/langgenius/dify/pull/2934
- Fix/2969 add model provider ollama not work by @crazywoola in https://github.com/langgenius/dify/pull/2973
- feat: update nginx and docker-compose files to support HTTPS. by @Kennytian in https://github.com/langgenius/dify/pull/2940
- fix: Correct image parameter passing in GLM-4v model API calls by @Weishan-0 in https://github.com/langgenius/dify/pull/2948
- Fix handling of missing required parameters in ApiTool by @Ag2S1 in https://github.com/langgenius/dify/pull/2965
- fix tool_inputs parse error in message that in CoT(ReAct) agent mode by @listeng in https://github.com/langgenius/dify/pull/2949
- fix: the batch annotaion btn should also be loading when progress status is waiting by @rickythink in https://github.com/langgenius/dify/pull/2974
- feat: support new reranker [jina-colbert-v1-en] by @rickythink in https://github.com/langgenius/dify/pull/2975
- fix: chat scroll by @zxhlyh in https://github.com/langgenius/dify/pull/2981
- fix: the issue of text overflow in the NavSelector component by @yikayiyo in https://github.com/langgenius/dify/pull/2976
- fix: progress bar issue by @yikayiyo in https://github.com/langgenius/dify/pull/2957
- Fix the time in the annotation from 12-hour clock to 24-hour clock. by @rickythink in https://github.com/langgenius/dify/pull/2990
- fix: resolve header.uid' length must be less or equal than 32 on Spark V1.5 by @Kennytian in https://github.com/langgenius/dify/pull/2983
- update wenxin llm by @Weaxs in https://github.com/langgenius/dify/pull/2929
- fix: missing comma in JSON for
/completion-messages
request by @aqachun in https://github.com/langgenius/dify/pull/2999 - generalize helper for loading module from source by @bowenliang123 in https://github.com/langgenius/dify/pull/2862
- bump redis client to 5.0 and enable hiredis support by @bowenliang123 in https://github.com/langgenius/dify/pull/2518
- bump celery from 5.2 to 5.3 by @bowenliang123 in https://github.com/langgenius/dify/pull/2478
- fix: 'next' button unresponsive when uploading additional documents before previous batch completes by @rickythink in https://github.com/langgenius/dify/pull/2991
- doc: update helm charts by @crazywoola in https://github.com/langgenius/dify/pull/3012
- add mutil-thread document embedding by @JohnJyong in https://github.com/langgenius/dify/pull/3016
- some optimization for admin api key, create tenant and reset-encrypt-key-pair command by @JohnJyong in https://github.com/langgenius/dify/pull/3013
- Add New Tool: DevDocs by @richards199999 in https://github.com/langgenius/dify/pull/2993
- fix add segment when dataset and document is empty by @JohnJyong in https://github.com/langgenius/dify/pull/3021
- update the discord Invalid invite by @kun321 in https://github.com/langgenius/dify/pull/3028
- Fix claude request errors in bedrock by @guchenhe in https://github.com/langgenius/dify/pull/3015
- Add New Tool: StackExchange by @richards199999 in https://github.com/langgenius/dify/pull/3034
- fix: prompt editor linebreak by @zxhlyh in https://github.com/langgenius/dify/pull/3036
- fix: api / moderation extension import error by @takatost in https://github.com/langgenius/dify/pull/3037
- version to 0.5.11 by @takatost in https://github.com/langgenius/dify/pull/3038
New Contributors
- @Kennytian made their first contribution in https://github.com/langgenius/dify/pull/2920
- @LeoQuote made their first contribution in https://github.com/langgenius/dify/pull/2937
- @shjyh made their first contribution in https://github.com/langgenius/dify/pull/2938
- @lng2020 made their first contribution in https://github.com/langgenius/dify/pull/2947
- @yikayiyo made their first contribution in https://github.com/langgenius/dify/pull/2952
- @colvin777 made their first contribution in https://github.com/langgenius/dify/pull/2933
- @Weishan-0 made their first contribution in https://github.com/langgenius/dify/pull/2948
- @aqachun made their first contribution in https://github.com/langgenius/dify/pull/2999
- @richards199999 made their first contribution in https://github.com/langgenius/dify/pull/2993
- @kun321 made their first contribution in https://github.com/langgenius/dify/pull/3028
Full Changelog: https://github.com/langgenius/dify/compare/0.5.10...0.5.11