What's Changed
- Chore: add collecting log instruction in bug report template by @onlyjackfrost in #438
- Rename wren ai by @chilijung in #441
- feature(wren-ai-service): implement Engine Adapter to validate queries by @paopa in #440
- minor update for supporting 3rd party Open AI APIs + add Ollama by @cyyeh in #376
- Feature: Support MS SQL Server data source by @onlyjackfrost in #443
- fix wren-ai-service 0.6.0 issues by @cyyeh in #445
- feat(wren-ui): Support schema change phase 2 by @fredalai in #442
- change logger.error to logger.exception by @cyyeh in #447
- release 0.6.0-rc.1 by @onlyjackfrost in #448
- fix missing env by @cyyeh in #449
Notes
- Wren AI now supports using customized LLM. To prevent users from deleting Qdrant container and volume by themselves, we clear the vector database at the first time you migrate to this version. Users will have to do the "deploy" action to reinitialize the vector database (click the deploy button on the top right of modeling page )
- Wren AI now supports MS SQL Server as a data source, but there are some issues and users might have issues when creating calculated fields.
- Docker Desktop needs to be at least >= 4.27.0 since we need to support this syntax in docker-compose.yaml:
env_file:
- path: ./default.env
required: true # default
- path: ./override.env
required: falseFull Changelog: 0.5.0...0.6.0-rc.1