Releases: Canner/WrenAI
Releases Β· Canner/WrenAI
0.15.4
Features
- Support querying BigQuery external table by @goldmedal in Canner/wren-engine#1055
Chores and fixes
- fix(wren-ui): sql server ssl property default value replace with initial value by @andreashimin in #1338
- fix(wren-ui): encode pwd when building connection url by @onlyjackfrost in #1281
- chore(wren-ai-service): fix qdrant indexing by @cyyeh in #1323
- fix(bigquery): fix nested column grouping logic by @onlyjackfrost in Canner/wren-engine#1030
- fix(model): bigquery, avoid fetching duplicated fields when fetching it by @sebastien-boulle in Canner/wren-engine#1054
- fix(bigquery): correctly format the scientific notation decimal by @douenergy in Canner/wren-engine#1068
- fix(wren-ai-service): add BigQuery configuration settings and improve logging by @paopa in #1258
- chore(wren-ai-service): fix config examples by @cyyeh in #1267
- feat(wren-ai-service): Consolidate SQL Pairs Service and Remove Redundant Code by @paopa in #1268
- feat(wren-ai-service): Refactor Semantics Description Pipeline with Output Filtering and Request Model Updates by @paopa in #1272
- chore(wren-ai-service): update litellm version by @cyyeh in #1275
- chore(wren-ai-service): allow adding alias to llm by @cyyeh in #1276
- chore(wren-ai-service): update config.yaml examples by @cyyeh in #1277
- feat(wren-ai-service): change sql through reasoning by @cyyeh in #1273
- chore(wren-ai-service): add readme for config example files by @cyyeh in #1295
- feat(wren-ai-service): Add a few properties in Prediction Result for Evaluation by @paopa in #1297
- chore(wren-ai-service): support deleting sql pairs using project id by @cyyeh in #1307
- chore(wren-ai-service): fix data curation app by @imAsterSun in #1316
- chore(wren-ai-service): allow retrieving sql pairs while retrieving historical questions by @cyyeh in #1318
- chore(wren-ai-service): add bird eval dataset by @cyyeh in #1321
- feat(wren-ai-service): Add LLM-based evaluation metrics for SQL generation by @paopa in #1303
- chore(wren-ai-service): allow regenerate sql using retrieved tables by @cyyeh in #1324
- fix(wren-ai-service): Optimize SQL Data Preprocessing with Progressive Data Reduction by @paopa in #1331
- chore(wren-ui): update release image flow and revert package.json version by @onlyjackfrost in #1350
- chore(wren-ai-service): Exclude 'alias' from model parameters in LLM and Embedder processors by @paopa in #1353
Security updates
- chore(deps): bump undici from 5.28.4 to 5.28.5 in /wren-ui in the npm_and_yarn group across 1 directory by @dependabot in #1204
Full Changelog: 0.15.3...0.15.4
0.15.4-rc.1
What's Changed
- fix(wren-ai-service): add BigQuery configuration settings and improve logging by @paopa in #1258
- chore(wren-ai-service): minor-updates by @cyyeh in #1265
- chore(wren-ai-service): fix config examples by @cyyeh in #1267
- feat(wren-ai-service): Consolidate SQL Pairs Service and Remove Redundant Code by @paopa in #1268
- chore(wren-ai-service): minor updates by @cyyeh in #1269
- chore(deps): bump undici from 5.28.4 to 5.28.5 in /wren-ui in the npm_and_yarn group across 1 directory by @dependabot in #1204
- feat(wren-ai-service): Refactor Semantics Description Pipeline with Output Filtering and Request Model Updates by @paopa in #1272
- chore(wren-ai-service): update litellm version by @cyyeh in #1275
- chore(wren-ai-service): allow adding alias to llm by @cyyeh in #1276
- chore(wren-ai-service): update config.yaml examples by @cyyeh in #1277
- chore(wren-ai-service): minor updates by @cyyeh in #1280
- feat(wren-ai-service): change sql through reasoning by @cyyeh in #1273
- chore(wren-ai-service): minor updates by @cyyeh in #1293
- chore(wren-ai-service): minor updates by @cyyeh in #1294
- chore(wren-ai-service): add readme for config example files by @cyyeh in #1295
- feat(wren-ai-service): Add a few properties in Prediction Result for Evaluation by @paopa in #1297
- chore(wren-ai-service): support deleting sql pairs using project id by @cyyeh in #1307
- chore(wren-ai-service): fix data curation app by @imAsterSun in #1316
- chore(wren-ai-service): allow retrieving sql pairs while retrieving historical questions by @cyyeh in #1318
- chore(wren-ai-service): minor updates by @cyyeh in #1320
- chore(wren-ai-service): add bird eval dataset by @cyyeh in #1321
- feat(wren-ai-service): Add LLM-based evaluation metrics for SQL generation by @paopa in #1303
- chore(wren-ai-service): fix qdrant indexing by @cyyeh in #1323
- chore(wren-ai-service): minor updates by @cyyeh in #1326
- chore(wren-ai-service): allow regenerate sql using retrieved tables by @cyyeh in #1324
- fix(wren-ai-service): Optimize SQL Data Preprocessing with Progressive Data Reduction by @paopa in #1331
- fix(wren-ui): sql server ssl property default value replace with initial value by @andreashimin in #1338
- fix(wren-ui): encode pwd when building connection url by @onlyjackfrost in #1281
- chore(wren-ui): update release image flow and revert package.json version by @onlyjackfrost in #1350
- chore(wren-ai-service): Exclude 'alias' from model parameters in LLM and Embedder processors by @paopa in #1353
- release 0.15.4-rc.1 by @wwwy3y3 in #1357
Full Changelog: 0.15.3...0.15.4-rc.1
0.15.3
Features
Chores and fixes
- Update README.md with DeepSeek Support by @chilijung in #1242
- Create config.azure.yaml by @harshchan in #1248
- minor-updates by @cyyeh in #1253
- fix followup ask by @cyyeh in #1256
New Contributors
- @harshchan made their first contribution in #1248
Full Changelog: 0.15.2...0.15.3
0.15.3-rc.2
What's Changed
Full Changelog: 0.15.3-rc.1...0.15.3-rc.2
0.15.3-rc.1
What's Changed
- Update README.md with DeepSeek Support by @chilijung in #1242
- Create config.azure.yaml by @harshchan in #1248
- feat(wren-ai-service): add litellm embedder by @cyyeh in #1247
- chore(wren-ai-service): minor-updates by @cyyeh in #1253
- Release 0.15.3-rc.1 by @wwwy3y3 in #1255
New Contributors
- @harshchan made their first contribution in #1248
Full Changelog: 0.15.2...0.15.3-rc.1
0.15.2
0.15.2-rc.1
What's Changed
Full Changelog: 0.15.1...0.15.2-rc.1
0.15.1
0.15.1-rc.1
What's Changed
Full Changelog: 0.15.0...0.15.1-rc.1
0.15.0
Features
- Add planning stage by @wwwy3y3, @cyyeh in #1222
- Support multi-line chart by @cyyeh & @andreashimin in #1189, #1205
- Provide reasonings if the user's question is vague by @fredalai in #1217
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