v0.10.2
#9956
Replies: 1 comment 1 reply
-
Hola help me out |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
✨ What’s New in v0.10.2? ✨
We're back with version 0.10.2, packed with new features, crucial fixes, and improvements that will make your workflow smoother and more efficient. Let's break down what's included:
🚀 New Features
Markdown Buttons in Workflows: Sprinkle some buttons in your markdown for workflows to make them pop. Shout out to @crazywoola in feat: support button in markdown #9876.
Document Extractor Node with JSON Support: You can now manage JSON types with extractor nodes for more flexible data extraction. Thanks to @Theysua in feat(workflow): Support JSON type in document extractor node #9899.
Text-to-Image with Stable-Diffusion 3.5: Bring your text to life with the new Stable-Diffusion-3.5-large integration using siliconflow. Props to @hwzhuhao in feat: add stable-diffusion-3-5-large for the text-to-image tool with siliconflow #9909.
Vectorizer Support in Workflows: The Vectorizer tool is now at your disposal within workflows for better data manipulation—kudos to @hjlarry in feat: support Vectorizer can be used in workflow #9932.
🛠️ Enhancements and Fixes
API Documentation Upgrade: We've polished our API documentation for advanced chat and workflow functionalities. Special thanks to @kurokobo in docs: improve api documentation for advanced chat and workflow #9882.
LLM Node Streaming Output Fix: Fixed the LLM Node streaming output to properly function after IF-ELSE decisions, ensuring your workflows are on track. Thanks to @laipz8200 in fix(workflow): Take back LLM streaming output after IF-ELSE #9875.
Workflow Code Generator Update: Cleared up the Generate button from incorrect locations for a more intuitive workflow setup. Update by @Kota-Yamaguchi in Update Code Generator to use the currently configured model. #9740.
Enhanced Prompt Handling in Workflows: Added vision support in prompts for more dynamic configurations. Nicely done by @laipz8200 in fix(workflow): enhance prompt handling with vision support #9790.
Improved File Handling in HTTP Requests: Your HTTP requests within workflows are now more robust. Much appreciated, @laipz8200 in feat(http-request-executor): enhance file handling in HTTP requests #9944.
Chat Log Display Fix: We've resolved the display problems for chat logs, making sure everything shows up correctly. Big thanks to @xuzuodong in fix: chat log not showing correctly #9777.
Vision Support for Tool Image Gen: Image generation with vision models is now supported within your workflows—credit to @hjlarry in feat: support comfyui workflow tool image generate image #9871.
System Parameters Standardization: Our system parameters have been standardized across the board. Cheers to @laipz8200 in feat(parameters): standardize system parameter field types and values #9797.
Image Previews in DOCX: Fixed issues with previews in 'docx' knowledge bases. Thanks again to @laipz8200 in fix(api): add signature generation for image previews #9893.
This release is all about enhancing your workflow capabilities and providing robust tools and documentation to back them up. Keep the feedback coming and 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
New Contributors
Full Changelog: 0.10.1...0.10.2
This discussion was created from the release v0.10.2.
Beta Was this translation helpful? Give feedback.
All reactions