v0.6.3
#3522
Replies: 1 comment
-
|
Nice job , by the way, Anyone want to try another style of AI workflow ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
✨ 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:
JinaReaderas Tool by @Yeuoly in feat: jina reader #3468Function callingsupport for Google Gemini Pro by @Yeuoly in feat: gemini pro function call #3406embedding modelswith AWS Bedrock Titan Model by @longzhihun in feat: Add support for embed file with AWS Bedrock Titan Model #3377stream tool callby @Yeuoly in feat: support configurate openai compatible stream tool call #3467tongyimodels, addfunction calling & visionsupport by @takatost in feat: refactor tongyi models #3496Cohere embeddingby @kerlion in Add suuport for AWS Bedrock Cohere embedding #3444rerank 3 modeladded by @Yash-1511 in FEAT: cohere rerank 3 model added #3431codegemma 7bsupport by @joshfeng in Add nvidia codegemma 7b #3437SearXNG searchas built-in tool by @junytang in Integrated SearXNG search as built-in tool #3363EPUBfiles in RAG extractors by @vaayne in feat:api Add support for extracting EPUB files in ExtractProcessor #3254XLSfiles in RAG extractors by @ic-xu in add xls file suport #3321relytvector database by @klaus-xiong in feat: support relyt vector database #3367shortcuts( Implement Keyboard Shortcuts for the Workflow Editor #3382) by @perzeuss in feat: add workflow editor shortcuts (#3382) #3390Update Guide
Docker compose deployments:
Get the latest code from the main branch:
Go to the next step and update to the latest image:
cd docker docker compose up -dSource Code deployments:
Stop API server, Worker and Web frontend Server.
Get the latest code from the main branch:
Update Python dependencies:
cd api pip install -r requirements.txtThen, let's run the migration script:
Finally, run API server, Worker and Web frontend Server again.
What's Changed
New Contributors
Full Changelog: 0.6.2...0.6.3
This discussion was created from the release v0.6.3.
Beta Was this translation helpful? Give feedback.
All reactions