Skip to content

Releases: Canner/WrenAI

0.15.2

27 Jan 10:18
33a83c9
Compare
Choose a tag to compare

Chores and fixes

  • Allow using json_object as llm output by @cyyeh in #1236
  • Add deepseek example config by @cyyeh in #1236
  • Allow mounting local files such as csv, excel to .wrenai/data directory to be used in DuckDB data source by @cyyeh in #1236

Full Changelog: 0.15.1...0.15.2

0.15.2-rc.1

27 Jan 09:22
ec29c6d
Compare
Choose a tag to compare
0.15.2-rc.1 Pre-release
Pre-release

What's Changed

  • chore(wren-ai-service): minor updates by @cyyeh in #1236

Full Changelog: 0.15.1...0.15.2-rc.1

0.15.1

25 Jan 13:22
2724e9d
Compare
Choose a tag to compare

Fixes and Chores

  • chore(wren-ai-service): refined SQL correction and expansion processes by @cyyeh in #1230

Full Changelog: 0.15.0...0.15.1

0.15.1-rc.1

25 Jan 13:00
c6b2568
Compare
Choose a tag to compare
0.15.1-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.15.0...0.15.1-rc.1

0.15.0

24 Jan 11:30
5b192dc
Compare
Choose a tag to compare

Features

Fixes and Chores

  • Update readme with genbi by @chilijung in #1099
  • feat(wren-ai-service): Embed the SQL pairs in MDL by @paopa in #1082
  • update readme by @chilijung in #1102
  • chore(wren-ai-service): add missing project id to sql-answer by @cyyeh in #1110
  • chore(wren-ai-service): improve chart generation by @cyyeh in #1101
  • chore(wren-ai-service): Add Dedicated Pipes for Question Recommendation Components by @paopa in #1114
  • chore(wren-ui): add sharp library when building image by @onlyjackfrost in #1118
  • chore(wren-ai-service): add sql2question by @cyyeh in #1112
  • chore(wren-ai-service): remove unused code by @cyyeh in #1115
  • chore(wren-ai-service): minor update by @cyyeh in #1119
  • chore(wren-ai-service): remove unused code by @cyyeh in #1122
  • chore: update bug report issue template by @cyyeh in #1123
  • chore(wren-ai-service): fix bug by @cyyeh in #1125
  • Update README.md by @chilijung in #1187
  • feat(wren-ui): Integrate chart_type & transform property by @andreashimin in #1117
  • chore(wren-ai-service): improve chart by @cyyeh in #1188
  • Update README.md by @chilijung in #1191
  • Update README.md by @chilijung in #1194
  • fix(wren-ui): use ref name to build sql statement by @onlyjackfrost in #1195
  • chore(wren-ai-service): improve chart by @cyyeh in #1200
  • chore(wren-ai-service): fix docker image build ci by @cyyeh in #1201
  • fix(wren-ai-service): Settings Loading and Multi-Pipeline Component Mechanism for Evaluation Framework by @paopa in #1198
  • fix(wren-ai-service): Update SQL Analysis API to v2 and Spec by @paopa in #1203
  • Update README.md by @chilijung in #1206
  • chore(wren-ai-service): improve text2sql by @cyyeh in #1208
  • chore(wren-ai-service): minor update by @cyyeh in #1210
  • Feature: Enhance trino connector by @wwwy3y3 in #1207
  • chore(wren-ai-service): add separate reasoning pipeline by @cyyeh in #1212
  • chore(wren-ai-service): minor update by @cyyeh in #1213
  • chore(wren-ai-service): add planning stage by @cyyeh in #1214
  • chore(wren-ai-service): fix response format by @cyyeh in #1215
  • chore(wren-ai-service): fix response format by @cyyeh in #1216
  • chore(wren-ai-service): fix sql expansion by @cyyeh in #1218
  • chore(wren-ai-service): minor updates by @cyyeh in #1219
  • chore(wren-ai-service): add config examples by @cyyeh in #1193
  • Fix(wren-ui): change sample question by @wwwy3y3 in #1223
  • chore(wren-ui): add disable grammarly extension attribute by @wwwy3y3 in #1221
  • chore(wren-ai-service): refine sql expansion prompt by @cyyeh in #1224
  • fix(wren-ai-service): column pruning step in retrieval pipeline and correct code for sql generation in evaluation by @paopa in #1225
  • chore(wren-ai-service): fix view by @cyyeh in #1226
  • chore(wren-ai-service): fix sql correction by @cyyeh in #1227

Full Changelog: 0.14.0...0.15.0

0.15.0-rc.1

24 Jan 10:56
129ba51
Compare
Choose a tag to compare
0.15.0-rc.1 Pre-release
Pre-release

What's Changed

  • Update readme with genbi by @chilijung in #1099
  • feat(wren-ai-service): Embed the SQL pairs in MDL by @paopa in #1082
  • update readme by @chilijung in #1102
  • chore(wren-ai-service): add missing project id to sql-answer by @cyyeh in #1110
  • chore(wren-ai-service): improve chart generation by @cyyeh in #1101
  • chore(wren-ai-service): Add Dedicated Pipes for Question Recommendation Components by @paopa in #1114
  • chore(wren-ui): add sharp library when building image by @onlyjackfrost in #1118
  • chore(wren-ai-service): add sql2question by @cyyeh in #1112
  • chore(wren-ai-service): remove unused code by @cyyeh in #1115
  • chore(wren-ai-service): minor update by @cyyeh in #1119
  • chore(wren-ai-service): remove unused code by @cyyeh in #1122
  • chore: update bug report issue template by @cyyeh in #1123
  • chore(wren-ai-service): fix bug by @cyyeh in #1125
  • Update README.md by @chilijung in #1187
  • feat(wren-ui): Integrate chart_type & transform property by @andreashimin in #1117
  • chore(wren-ai-service): improve chart by @cyyeh in #1188
  • Update README.md by @chilijung in #1191
  • Update README.md by @chilijung in #1194
  • fix(wren-ui): use ref name to build sql statement by @onlyjackfrost in #1195
  • chore(wren-ai-service): multi arch build by @cyyeh in #1189
  • chore(wren-ai-service): improve chart by @cyyeh in #1200
  • chore(wren-ai-service): fix docker image build ci by @cyyeh in #1201
  • fix(wren-ai-service): Settings Loading and Multi-Pipeline Component Mechanism for Evaluation Framework by @paopa in #1198
  • fix(wren-ai-service): Update SQL Analysis API to v2 and Spec by @paopa in #1203
  • Update README.md by @chilijung in #1206
  • fix(wren-ui): fix multi line chart type to dashbord item type by @andreashimin in #1205
  • chore(wren-ai-service): improve text2sql by @cyyeh in #1208
  • chore(wren-ai-service): minor update by @cyyeh in #1210
  • Feature: Enhance trino connector by @wwwy3y3 in #1207
  • chore(wren-ai-service): add separate reasoning pipeline by @cyyeh in #1212
  • chore(wren-ai-service): minor update by @cyyeh in #1213
  • chore(wren-ai-service): add planning stage by @cyyeh in #1214
  • chore(wren-ai-service): fix response format by @cyyeh in #1215
  • chore(wren-ai-service): fix response format by @cyyeh in #1216
  • chore(wren-ai-service): fix sql expansion by @cyyeh in #1218
  • feat(wren-ui): use intent reasoning instead of hard code string for misleading query by @fredalai in #1217
  • chore(wren-ai-service): minor updates by @cyyeh in #1219
  • chore(wren-ai-service): add config examples by @cyyeh in #1193
  • Fix(wren-ui): change sample question by @wwwy3y3 in #1223
  • Feature(wren-ui): add planning stage by @wwwy3y3 in #1222
  • chore(wren-ui): add disable grammarly extension attribute by @wwwy3y3 in #1221
  • chore(wren-ai-service): refine sql expansion prompt by @cyyeh in #1224
  • fix(wren-ai-service): column pruning step in retrieval pipeline and correct code for sql generation in evaluation by @paopa in #1225
  • chore(wren-ai-service): fix view by @cyyeh in #1226
  • chore(wren-ai-service): fix sql correction by @cyyeh in #1227
  • release 0.15.0-rc.1 by @wwwy3y3 in #1228

Full Changelog: 0.14.0...0.15.0-rc.1

0.14.0

09 Jan 10:44
99009f4
Compare
Choose a tag to compare

Features

  • Pin charts to the dashboard (by @andreashimin) in #1090, #1094: allows users to pin generated charts for quick access. This functionality ensures that important visual data insights are always at your fingertips.

Fixes and Chores

  • chore(wren-ai-service): fix add comment to column properties by @cyyeh in #1050
  • fix(wren-ui): Calculated fields in model preview Issue & improvements by @andreashimin in #1051
  • fix(wren-ui): fix answerDetail nested resolver for text-to-answer by @fredalai in #1057
  • fix(wren-ai-service): fix column pruning check criteria by @cyyeh in #1059
  • fix(wren-ui): add lang for adjust chart api by @fredalai in #1061
  • chore(wren-ai-service): improve ai service by @cyyeh in #1009
  • chore(wren-ai-service): fix historical question query input by @cyyeh in #1064
  • feat(wren-ui): remove unnecessary sql column of thread table by @fredalai in #1063
  • fix(wren-ui): remove custom scale & add adjustment flag for adjust chart scenario by @andreashimin in #1062
  • fix(wren-ui): chart handler lint by @andreashimin in #1066
  • chore(wren-ai-service): refine intent classification for time related questions by @cyyeh in #1067
  • chore(wren-ai-service): improve ai service by @cyyeh in #1068
  • fix(wren-ui): Remove line chart color properties reset & adjust config by @andreashimin in #1069
  • chore(wren-ai-service): improve text2sql process by @cyyeh in #1070
  • chore(wren-ai-service): langfuse analysis by @cyyeh in #1073
  • chore(wren-ai-service): fix intent classification by @cyyeh in #1074
  • chore(wren-ai-service): refactorings by @cyyeh in #1071
  • chore(wren-ui): change base image and optimize docker build by @cyyeh in #1029
  • chore(wren-ui): fix docker image issue by @cyyeh in #1077
  • feat(wren-ai-service): sql pairs by @cyyeh in #961
  • chore(wren-ai-service): improve chart generation by @cyyeh in #1079
  • chore(wren-ai-service): fix chart adjustment by @cyyeh in #1081
  • fix(wren-ui): adjust chart properties show correctly by @andreashimin in #1080
  • chore(wren-ui): Upgrade posthog-js & posthog-node to latest version by @andreashimin in #1092
  • fix(wren-ui): lint issue by @andreashimin in #1093

Security updates

  • chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /wren-ui in the npm_and_yarn group across 1 directory by @dependabot in #993
  • chore(wren-ui): update Next.js dependency to version 14.2.15 by @fredalai in #1083
  • chore(deps): bump next from 14.2.15 to 14.2.21 in /wren-ui in the npm_and_yarn group across 1 directory by @dependabot in #1084
  • chore(wren-ui): update eslint-config-next version to 14.2.21 by @fredalai in #1087

Full Changelog: 0.13.2...0.14.0

0.14.0-rc.1

09 Jan 06:00
ded2387
Compare
Choose a tag to compare
0.14.0-rc.1 Pre-release
Pre-release

What's Changed

  • chore(wren-ai-service): fix add comment to column properties by @cyyeh in #1050
  • fix(wren-ui): Calculated fields in model preview Issue & improvements by @andreashimin in #1051
  • fix(wren-ui): fix answerDetail nested resolver for text-to-answer by @fredalai in #1057
  • fix(wren-ai-service): fix column pruning check criteria by @cyyeh in #1059
  • fix(wren-ui): add lang for adjust chart api by @fredalai in #1061
  • chore(wren-ai-service): improve ai service by @cyyeh in #1009
  • chore(wren-ai-service): fix historical question query input by @cyyeh in #1064
  • feat(wren-ui): remove unnecessary sql column of thread table by @fredalai in #1063
  • fix(wren-ui): remove custom scale & add adjustment flag for adjust chart scenario by @andreashimin in #1062
  • fix(wren-ui): chart handler lint by @andreashimin in #1066
  • chore(wren-ai-service): refine intent classification for time related questions by @cyyeh in #1067
  • chore(wren-ai-service): improve ai service by @cyyeh in #1068
  • fix(wren-ui): Remove line chart color properties reset & adjust config by @andreashimin in #1069
  • chore(wren-ai-service): improve text2sql process by @cyyeh in #1070
  • chore(wren-ai-service): langfuse analysis by @cyyeh in #1073
  • chore(wren-ai-service): fix intent classification by @cyyeh in #1074
  • chore(wren-ai-service): refactorings by @cyyeh in #1071
  • chore(wren-ui): change base image and optimize docker build by @cyyeh in #1029
  • chore(wren-ui): fix docker image issue by @cyyeh in #1077
  • feat(wren-ai-service): sql pairs by @cyyeh in #961
  • chore(wren-ai-service): improve chart generation by @cyyeh in #1079
  • chore(wren-ai-service): fix chart adjustment by @cyyeh in #1081
  • chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /wren-ui in the npm_and_yarn group across 1 directory by @dependabot in #993
  • fix(wren-ui): adjust chart properties show correctly by @andreashimin in #1080
  • chore(wren-ui): update Next.js dependency to version 14.2.15 by @fredalai in #1083
  • chore(deps): bump next from 14.2.15 to 14.2.21 in /wren-ui in the npm_and_yarn group across 1 directory by @dependabot in #1084
  • chore(wren-ui): update eslint-config-next version to 14.2.21 by @fredalai in #1087
  • chore(wren-ai-service): minor update by @cyyeh in #1089
  • chore(wren-ai-service): minor update by @cyyeh in #1091
  • chore(wren-ui): Upgrade posthog-js & posthog-node to latest version by @andreashimin in #1092
  • feat(wren-ui): Pin chart to dashboard by @andreashimin in #1090
  • fix(wren-ui): lint issue by @andreashimin in #1093
  • feat(wren-ui): Add empty guide for dashboard by @andreashimin in #1094
  • Release 0.14.0-rc.1 by @wwwy3y3 in #1096

Full Changelog: 0.13.2...0.14.0-rc.1

0.13.2

23 Dec 06:49
20e081c
Compare
Choose a tag to compare

Features

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

23 Dec 03:45
1a03df6
Compare
Choose a tag to compare
0.13.2-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.13.1...0.13.2-rc.1