github Canner/WrenAI 0.6.0-rc.1

latest releases: release/ai-service/0.29.3, release/ai-service/0.29.2, release/ai-service/0.29.1...
pre-release19 months ago

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

Don't miss a new WrenAI release

NewReleases is sending notifications on new releases.