You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey folks, we've rolled out version 0.6.8 of our platform and it's packed with some new features, enhancements, and fixes. Here’s a quick rundown of what’s new:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
✨ What’s New in v0.6.8? ✨
Hey folks, we've rolled out version 0.6.8 of our platform and it's packed with some new features, enhancements, and fixes. Here’s a quick rundown of what’s new:
🚀 New Features
Introduced OpenAI GPT-4o by @Yeuoly in feat: gpt-4o #4346.
Introduced GPT-4 Turbo for Azure by @leslie2046 in feat:add gpt-4-turbo for azure #4287.
New models hosted on NVIDIA added by @joshua20231026 in add-some-new-models-hosted-on-nvidia #4303.
Add LocalAI rerank model support by @thiner in Add rerank model type for LocalAI provider #3952.
Added Jinja2 template prompt support for LLM node by @Yeuoly in feat: support LLM jinja2 template prompt #3968 and @iamjoel in feat: llm support jinia fe #4260.
Code node with upgraded network support and additional Python dependencies by @Yeuoly in improve: code upgrade #4231.
And we also removed the need for SYS_ADMIN permission for the sandbox service.
Added support for Google Storage by @KiyotakaMatsushita in feat: Add storage type and Google Storage settings to worker #4266.
Vector DB PGVector integration by @vaayne in Feat/vector db pgvector #3879.
Korean language support (ko-KR) by @qkdxorjs1002 in feat: i18n: add korean language (ko-KR) #4333.
⚙️ Enhancements
Optimized workflow graph sync by @takatost in feat: Add draft hash check in workflow #4251 and @zxhlyh in chore: workflow sync with hash #4250.
Now, you won't lose any workflow graph data when switching between multiple tabs in the browser. It's instantly synced to the latest draft version!
Hide node detail outputs and run details in web apps to streamline interfaces by @takatost in feat: hide node detail outputs in webapp & installed app in explore #3954 and @iamjoel in feat: hide run detail in webapps and installed apps #4289.
Before, the tracing of the workflow might expose the log details of the nodes to the end-users, now we have disabled it.
Increased max steps to 50 in workflows by @takatost in feat: increase max steps to 50 in workflow #4252.
Question classifier prompt optimization for better accuracy by @JohnJyong in question classifier prompt optimize #4262.
After optimization, the classification results will be more accurate.
Optimized install form for better user experience by @TinsFox in refactor: install form #4154.
🛠️ Bug Fixes
For additional enhancements and updates, refer to the What's Changed section below.
Update 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.7...0.6.8
This discussion was created from the release v0.6.8.
Beta Was this translation helpful? Give feedback.
All reactions