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
-
✨ 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:
JinaReader
as Tool by @Yeuoly in feat: jina reader #3468Function calling
support for Google Gemini Pro by @Yeuoly in feat: gemini pro function call #3406embedding models
with AWS Bedrock Titan Model by @longzhihun in feat: Add support for embed file with AWS Bedrock Titan Model #3377stream tool call
by @Yeuoly in feat: support configurate openai compatible stream tool call #3467tongyi
models, addfunction calling & vision
support by @takatost in feat: refactor tongyi models #3496Cohere embedding
by @kerlion in Add suuport for AWS Bedrock Cohere embedding #3444rerank 3 model
added by @Yash-1511 in FEAT: cohere rerank 3 model added #3431codegemma 7b
support by @joshfeng in Add nvidia codegemma 7b #3437SearXNG search
as built-in tool by @junytang in Integrated SearXNG search as built-in tool #3363EPUB
files in RAG extractors by @vaayne in feat:api Add support for extracting EPUB files in ExtractProcessor #3254XLS
files in RAG extractors by @ic-xu in add xls file suport #3321relyt
vector 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 -d
Source 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.txt
Then, 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