v0.10.0
#9562
Replies: 2 comments 5 replies
-
Although the 'Single File' is added to the input parameters of the workflow, why can't it be applied in the subsequent LLM? It's really a pity that there is no such function |
Beta Was this translation helpful? Give feedback.
3 replies
-
更新到0.10.0后,使用webapp图标替换应用界面的机器人图标功能失效了,更换webapp图标后,聊天界面机器人图标还是小机器人,之前版本是正常的。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🎉 What's New in v0.10.0? 🎉
Hello to all the innovators out there! We're excited to unveil v0.10.0, a powerhouse update designed to enhance your flexibility and efficiency. Let’s delve into the highlights:
🌟 Enhanced Multi-Modal Support
This central feature boosts your workflows and chatflows with greater flexibility:
Advanced File Handling: Nodes like START, LLM, HTTP Request and IF-ELSE now seamlessly manage "File" types, simplifying the processing of various file formats within your workflows.
New Functional Nodes:
Efficient Array Handling: Directly use
array[string]
andarray[number]
in LLM prompts for more agile data interactions.Thanks to the tireless efforts of @zxhlyh in #9526 and @laipz8200 in #8818, this feature marks a significant leap forward.
Read more: Introducing Dify Workflow File Upload: A Demo on AI Podcast
✉️ Registry and Login with Email
Simplifying user access with:
🚀 Additional Features
🛠️ Enhancements
🔧 Fixes
v0.10.0 brings a wealth of innovations to simplify and elevate your workflow capabilities. Dive in and explore these enhancements to harness the full potential of AI-driven tasks. Your feedback is pivotal, so keep it coming. Happy building! 🚀
Upgrade Guide
Docker compose deployments
Back up your customized docker-compose YAML file (optional)
Get the latest code from the main branch
Stop the service,Command, please execute in the docker directory
Back up data
tar -cvf volumes-$(date +%s).tgz volumes
Upgrade services
Source Code deployments
Stop API server, Worker and Web frontend Server.
Get the latest code from the release branch:
Update Python dependencies:
cd api poetry install
Then, let's run the migration script:
Finally, run API server, Worker and Web frontend Server again.
What's Changed
parent_message_id
by @xuzuodong in feat: disable chat service API passingparent_message_id
#8984New Contributors
Full Changelog: 0.9.2...0.10.0
This discussion was created from the release v0.10.0.
Beta Was this translation helpful? Give feedback.
All reactions