Replies: 4 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Knowledge retrieval in Cloud version 1.2.0 suddenly broken since 12:27 CET, opened ticket #17700 no clue on how to resolve this. |
Beta Was this translation helpful? Give feedback.
-
I've been looking forward to this. |
Beta Was this translation helpful? Give feedback.
-
Version 1.2.0 calls Chatflow API error, version 1.1.3can, the document is not updated or other problems, if other problems, how to solve, please consult |
Beta Was this translation helpful? Give feedback.
-
🚀 What’s New in v1.2.0? 🚀
Hello community! We’re excited to share our v1.2.0 update with you—it's packed with impressive new features, enhancements, and of course, some good ol' bug fixes. Sit back, sip your coffee, and let's dive into what's new!
🎉 Highlight of the Release
🌟 New Features
Childchunk API Added: Thanks to @ZeroZ-lab in Feat add childchunk api #16094, we've introduced the childchunk API to enhance your workload flexibility.
OceanBase Hybrid Search: Courtesy of @hsiong in feat: Add OceanBase hybrid search features #16652, this feature integrates hybrid search capabilities within OceanBase, providing more robust query options.
Webapp Input Flexibility: Webapp now allows input changes after a conversation starts, by @JzoNgKVO in feat: webapp support change inputs after conversation started #16901.
Langfuse LLM Node: Input and output support are enhanced by @ZhouhaoJiang in feat: add langfuse llm node input and output #16924.
Tablestore Vector Database Support: By @wanttobeamaster in feat: support Tablestore vector database #16601—it's like giving your data superpowers!
WaterCrawl.dev Integration: Thanks to @amirasaran in feat: Integrate WaterCrawl.dev as a new knowledge base provider #16396, this is now available as a new knowledge base provider.
Plugin Daemon OSS Env Config: By @quicksandznzn in feat: add plugin daemon oss env config #17663, enhancing your plugin management.
🛠️ Enhancements & Bug Fixes
Metadata Fixes & Optimizations: We've got metadata variable value fixes by @JohnJyong in Metadata variable value fix #16665 and metadata filter improvements from various contributors. Your data management is smoother than ever!
UI/UX Improvements: Whether it’s fixing layout issues on mobile (thanks, @LeeeeeeM in fix: fix ui layout when in mobile mode #16793!) or improving text spacing on charts (@ACAne0320, fix(ui): improve chart text spacing and prevent unnecessary truncation #16894), we’re committed to a slicker experience.
Multilingual Support: Added jp_ja for the knowledge API by @crazywoola and supported Tablestore vector database—a shout-out to our international users.
UI Consistency Tweaks: Little UI adjustments for a big impact, like updating border radius for dropdowns and other forms, thanks to our vigilant community contributors.
Security & Efficiency: Fixes like the provider credentials load error by @liuzhenghua ensure the platform's robust performance. Also, optimizing the database workflow app log index has been another focus area.
Additional Fixes: Addressing multiple translation gaps, account errors, and something as specific as the
Function's Name Mismatch
by @hyongtao-db—keeping us refined!Education API Introduction: By @GareArc in Feat/education api #17168, we’re aiming to broaden horizons with educational integrations.
🏗️ Miscellaneous
In conclusion, this release is about empowering you with flexibility and reliability, from the all-new Loop Node to a windfall of other enhancements. Thanks to everyone contributing to shaping the future with our open-source spirit. Keep pushing the envelope and happy innovating! 👐
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. Please execute in the docker directory
Back up data
tar -cvf volumes-$(date +%s).tgz volumes
Upgrade services
Source Code Deployments
Stop the 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 the API server, Worker, and Web frontend Server again.
What's Changed
format.ts
by @samuel871211 in doc: add JSDoc to fileformat.ts
#17426oneMoreStep.tsx
by @samuel871211 in refactor: type improvement of fileoneMoreStep.tsx
#17431Switch.props.ref
to optional prop to align withOriginalSwitch
by @samuel871211 in fix: changeSwitch.props.ref
to optional prop to align withOriginalSwitch
#17443import { noop } from 'lodash-es'
acrossweb
by @samuel871211 in refactor & perf:import { noop } from 'lodash-es'
acrossweb
#17439VarReferencePicker
by @samuel871211 in refactor & perf: declare const object outside componentVarReferencePicker
#17496AddVariablePopupWithPosition
by @samuel871211 in refactor: type improvement of componentAddVariablePopupWithPosition
#17497ConstantField
by @samuel871211 in refactor & perf: declare const object outside componentConstantField
#17495var-reference-vars.tsx
by @samuel871211 in refactor & perf of filevar-reference-vars.tsx
#17444array[tool]
type field by @RockChinQ in feat(plugin/endpoint): add supports for provider to registerarray[tool]
type field #17523'no-empty-function': 'error'
toeslint.config.mjs
by @samuel871211 in chore: add'no-empty-function': 'error'
toeslint.config.mjs
#17656New Contributors
format.ts
#17426Full Changelog: 1.1.3...1.2.0
This discussion was created from the release v1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions