Skip to content

Releases: Canner/WrenAI

0.7.4

19 Jul 07:37
970232d
Compare
Choose a tag to compare

Features

  • Add gpt-4o-mini by @cyyeh in #541
  • Implement the process for the evaluation framework by @paopa in #525

Fixes and Chores

  • Bump requests from 2.31.0 to 2.32.2 in /wren-ai-service in the pip group across 1 directory by @dependabot in #530
  • Some function refactor for evaluation by @cyyeh in #536
  • Update kustomizations based on new version of wren-ai-service by @cyyeh in #514

Full Changelog: 0.7.3...0.7.4

0.7.3

17 Jul 09:25
b50bbd2
Compare
Choose a tag to compare

Fixes and Chores

  • Evaluation dataset curation app by @cyyeh in #398
  • Pull ollama models if not exist automatically by @cyyeh in #512
  • Optimize the PyTest and Image release CI by @paopa in #508
  • Fix ibis-service related envs in the env.dev.example by @paopa in #517
  • Bump setuptools from 69.5.1 to 70.0.0 in /wren-ai-service in the pip group across 1 directory by @dependabot in #519

Full Changelog: 0.7.2...0.7.3

0.7.2

16 Jul 09:01
6e52c2a
Compare
Choose a tag to compare

Fixes and Chores

Maintaince

  • Update ai-service README for easier contributing from communities by @cyyeh in #515
  • Add wren engine as a submodule by @grieve54706 in #507

New Contributors

Full Changelog: 0.7.1...0.7.2

0.7.1

10 Jul 08:18
c23ae65
Compare
Choose a tag to compare

Fixes and Chores

  • Refine wren-ai-service logging and setups by @cyyeh in #486
  • Integrate Langfuse SDK to represent the evaluation result (#395) by @paopa in #495
  • Fix trigger method for force_deploy.py by @cyyeh in #500
  • Fix dry run endpoint when in wren_ibis mode by @cyyeh in #501
  • Update python dependency by @cyyeh in #490
  • Some minor update for ai-service by @cyyeh in #493 and #497

Full Changelog: 0.7.0...0.7.1

0.7.1-rc.1

10 Jul 04:45
5b314b5
Compare
Choose a tag to compare
0.7.1-rc.1 Pre-release
Pre-release

What's Changed

  • update python dependency by @cyyeh in #490
  • refine wren-ai-service logging and setups by @cyyeh in #486
  • minor update for ai-service by @cyyeh in #493
  • feature(wren-ai-service): integrate Langfuse SDK to represent the evaluation result (#395) by @paopa in #495
  • Chore/ai service/minor update by @cyyeh in #497

Full Changelog: 0.7.0...0.7.1-rc.1

0.7.0

05 Jul 10:07
b8b866b
Compare
Choose a tag to compare

New Features

  • Support using LLM and embedding models using different providers, such as LLM using Ollama, embedding models using OpenAI by @cyyeh in #454
  • Support ClickHouse data source by @onlyjackfrost in #481

Fixes and Chores

Maintaince

Full Changelog: 0.6.0...0.7.0

0.7.0-rc.1

05 Jul 09:13
bbd9f15
Compare
Choose a tag to compare
0.7.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.0...0.7.0-rc.1

0.6.0

28 Jun 09:11
65329fe
Compare
Choose a tag to compare

New Features

  • Support custom LLMs through Ollama and OpenAI compatible APIs by @cyyeh in #376 and #457
  • Support MS SQL Server by @onlyjackfrost in #443
  • Enhance schema change feature and detect more affected semantic layer resources by @fredalai in #442

Fixes and Chores

Maintenance and Documentation

Notes and known issues:

  • Wren AI now supports using customized LLM. To prevent users from deleting Qdrant container and volume by themselves, we clear and reinitialize the vector database every time you start/restart the ai service. The reinitialize process might have some chance of failing and you might have to do the "deploy" action again
  • Wren AI now supports MS SQL Server as a data source, but there are some issues related to Ibis and Sqlglot and users might have issues when creating calculated fields. Canner/wren-engine#632

Full Changelog: 0.5.0...0.6.0

0.6.0-rc.2

28 Jun 07:59
e3414ca
Compare
Choose a tag to compare
0.6.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.0-rc.1...0.6.0-rc.2

0.6.0-rc.1

27 Jun 09:20
89492fd
Compare
Choose a tag to compare
0.6.0-rc.1 Pre-release
Pre-release

What's Changed

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: false

Full Changelog: 0.5.0...0.6.0-rc.1