Releases: Canner/WrenAI
Releases · Canner/WrenAI
0.13.2
Features
- feat(wren-launcher): Added OpenAI API key validation by @ongdisheng in #1043
Fixes and Chores
- Update Readme and Intro by @chilijung in #1042
- chore(wren-launcher): simplify launcher choosing custom by @cyyeh in #1044
- chore(wren-ai-service): make openai llm version fixed by @cyyeh in #1045
- chore(wren-ai-service): Add JSON function to prompt by @imAsterSun in #964
Full Changelog: 0.13.1...0.13.2
0.13.2-rc.1
What's Changed
- Update Readme and Intro by @chilijung in #1042
- feat(wren-launcher): Added OpenAI API key validation by @ongdisheng in #1043
- chore(wren-launcher): simplify launcher choosing custom by @cyyeh in #1044
- chore(wren-ai-service): make openai llm version fixed by @cyyeh in #1045
- chore(wren-ai-service): Add JSON function to prompt by @imAsterSun in #964
- release: 0.13.2-rc.1 by @cyyeh in #1046
Full Changelog: 0.13.1...0.13.2-rc.1
0.13.1
0.13.1-rc.1
What's Changed
Full Changelog: 0.13.0...0.13.1-rc.1
0.13.0
Features
- Support AI summarized answer by @wwwy3y3, @fredalai in (#986, #989)
- Support AI-generated chart by @cyyeh, @andreashimin in (#679, #997, #1011, #1019, #1026, #1027, #1028)
- Use litellm as default llm provider by @cyyeh in #987
Enhancement
Fixes and Chores
- chore(wren-ai-service): fix changelog generation in ai service release workflow by @paopa in #981
- chore(wren-ai-service): fix llm issues by @cyyeh in #983
- Update README.md by @chilijung in #988
- feat(wren-ai-service): minimize the duration for empty document and async helper for model preprocessor by @paopa in #990
- chore(wren-ai-service): refine ai service by @cyyeh in #991
- chore(wren-ai-service): component-based architecture refactoring for test cases and required project id for semantics deletion by @paopa in #996
- chore: fix go security issue by @cyyeh in #1001
- chore(wren-ai-service): fix generator run by @cyyeh in #1002
- feat(wren-ui): support dataSourceType in mdl by @onlyjackfrost in #995
- chore: add log for bug report by @grieve54706 in #1007
- chore(wren-ai-service): remove pipeline visualization by @cyyeh in #1013
- fix(wren-ui): trigger polling initially & prevent generate recommend questions when deploying if using sample dataset by @andreashimin in #1014
- feat(e2e): fix E2E broken tests by @fredalai in #1003
- chore(wren-ai-service): improve text2chart and text2answer by @cyyeh in #1016
- feat(wren-ui): Adjust x-axis label angle by @andreashimin in #1021
- chore(wren-ui): adjust text-based answer view results remark by @andreashimin in #1025
- chore(wren-ai-service): change docker compose yaml env var setup by @cyyeh in #1031
- chore(wren-ai-service): fix missing dev dep by @cyyeh in #1033
- fix(wren-ui): fix breakdown sql by @wwwy3y3 in #1034
Bump wren-engine to 0.12.6
Full Changelog: 0.12.0...0.13.0
0.13.0-rc.5
0.13.0-rc.4
What's Changed
- chore(wren-ui): adjust text-based answer view results remark by @andreashimin in #1025
- chore(wren-ui): add alert info to users if no rows by @andreashimin in #1026
- fix(wren-ui): alert info to show when streaming finishes by @andreashimin in #1027
- feat(wren-ai-service): Question Recommendation Pipeline Optimization by @paopa in #1008
- fix(wren-ui): chart sortBy categories to descent by @andreashimin in #1028
- chore(wren-ai-service): change docker compose yaml env var setup by @cyyeh in #1031
- release 0.13.0-rc.4 by @onlyjackfrost in #1032
Full Changelog: 0.13.0-rc.3...0.13.0-rc.4
0.13.0-rc.3
What's Changed
- feat(wren-ui): chart error handling & filter overflow data for nominal field by @andreashimin in #1019
- feat(wren-ui): Adjust x-axis label angle by @andreashimin in #1021
- chore(wren-ui): add curl to base image by @cyyeh in #1020
- chore(wren-ui): revert base image by @cyyeh in #1023
- release 0.13.0-rc.3 by @andreashimin in #1022
Full Changelog: 0.13.0-rc.2...0.13.0-rc.3
0.13.0-rc.2
What's Changed
- chore(wren-ai-service): remove pipeline visualization by @cyyeh in #1013
- fix(wren-ui): trigger polling initially & prevent generate recommend questions when deploying if using sample dataset by @andreashimin in #1014
- feat(e2e): fix E2E broken tests by @fredalai in #1003
- chore(wren-ui): change alpine to bookworm-slim by @cyyeh in #1017
- release 0.13.0-rc.2 by @onlyjackfrost in #1018
- chore(wren-ai-service): improve text2chart and text2answer by @cyyeh in #1016
Full Changelog: 0.13.0-rc.1...0.13.0-rc.2
0.13.0-rc.1
What's Changed
- chore(wren-ai-service): fix changelog generation in ai service release workflow by @paopa in #981
- chore(wren-ai-service): fix llm issues by @cyyeh in #983
- Update README.md by @chilijung in #988
- feat(wren-ai-service): minimize the duration for empty document and async helper for model preprocessor by @paopa in #990
- chore(wren-ai-service): use litellm as default llm provider by @cyyeh in #987
- chore(wren-ai-service): refine ai service by @cyyeh in #991
- chore(wren-ai-service): component-based architecture refactoring for test cases and required project id for semantics deletion by @paopa in #996
- feat(wren-ai-service):text2chart by @cyyeh in #679
- chore: fix go security issue by @cyyeh in #1001
- chore(wren-ai-service): fix generator run by @cyyeh in #1002
- feat(wren-ui): support dataSourceType in mdl by @onlyjackfrost in #995
- chore: add log for bug report by @grieve54706 in #1007
- Feature: text-to-answer api by @wwwy3y3 in #986
- feat(wren-ui): integrate API to support text-based answer by @fredalai in #989
- feat(wren-ui): Support for Text-to-Chart in Thread Answers (Beta) by @andreashimin in #997
- chore(wren-ai-service): improve text2chart by @cyyeh in #1011
- release 0.13.0-rc.1 by @onlyjackfrost in #1012
Full Changelog: 0.12.0...0.13.0-rc.1