0.4.8
版本发布时间: 2024-01-17 23:01:12
langgenius/dify最新发布版本:0.11.0(2024-11-05 17:55:23)
- Jina AI
jina-embeddings-v2-base-zh
model supported. - Minimax
abab5.5s-chat
model supported. - 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
-
Then, let's run the migration script:
cd api flask db upgrade
-
Finally, run API server, Worker and Web frontend Server again.
What's Changed
- fix qdrant tag in docker-compose.yaml by @takatost in https://github.com/langgenius/dify/pull/2047
- fix: dataset sidebar by @zxhlyh in https://github.com/langgenius/dify/pull/2048
- Add jina-embeddings-v2-base-zh model configuration by @rickythink in https://github.com/langgenius/dify/pull/2049
- fix multi-dataset retrieve score limit by @JohnJyong in https://github.com/langgenius/dify/pull/2050
- timeout parameter error by @JohnJyong in https://github.com/langgenius/dify/pull/2052
- Update contribution guide by @guchenhe in https://github.com/langgenius/dify/pull/2053
- fix indentation & move contact into community section by @guchenhe in https://github.com/langgenius/dify/pull/2055
- Update README.md by @crazywoola in https://github.com/langgenius/dify/pull/2058
- fix: add sharp package to fix sharp-missing-in-production warning by @bowenliang123 in https://github.com/langgenius/dify/pull/2060
- Fix aspect ratio of buttons in readme by @guchenhe in https://github.com/langgenius/dify/pull/2062
- feat: add abab5.5s-chat by @crazywoola in https://github.com/langgenius/dify/pull/2063
- fix: free quota type apply button missing by @takatost in https://github.com/langgenius/dify/pull/2069
- fix: azure customize model name duplicate by @takatost in https://github.com/langgenius/dify/pull/2073
- feat: service api add llm usage by @takatost in https://github.com/langgenius/dify/pull/2051
- bump version to 0.4.8 by @takatost in https://github.com/langgenius/dify/pull/2074
Full Changelog: https://github.com/langgenius/dify/compare/0.4.7...0.4.8