WrenAI

Wren AI makes your database RAG-ready. Implement Text-to-SQL more accurately and securely.

AGPL-3.0 License

Stars
1.4K
Committers
19

Bot releases are visible (Hide)

WrenAI - 0.3.4

Published by wwwy3y3 5 months ago

New Features

Fixes and Chores

Maintenance and Documentation

  • Update license by @chilijung, @wwwy3y3 (#270, #281, #283)
  • Update README.md by @chilijung (#272, #273 #279, #289)

Wren Engine

Refers to https://github.com/Canner/wren-engine/releases/tag/0.4.4

Module Versions

Module Name Module Version
Wren UI 0.5.6
Wren AI Service 0.3.7
Wren Engine 0.4.4

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.3...0.3.4

WrenAI - 0.3.4-rc.5

Published by wwwy3y3 5 months ago

What's Changed

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.4-rc.4...0.3.4-rc.5

WrenAI - 0.3.4-rc.4

Published by wwwy3y3 5 months ago

What's Changed

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.4-rc.3...0.3.4-rc.4

WrenAI - 0.3.4-rc.3

Published by wwwy3y3 5 months ago

What's Changed

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.4-rc.2...0.3.4-rc.3

WrenAI - 0.3.4-rc.2

Published by wwwy3y3 5 months ago

What's Changed

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.4-rc.1...0.3.4-rc.2

WrenAI - 0.3.4-rc.1

Published by wwwy3y3 5 months ago

What's Changed

Wren Engine

https://github.com/Canner/wren-engine/releases/tag/0.4.4

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.3...0.3.4-rc.1

WrenAI - 0.3.3

Published by wwwy3y3 5 months ago

New Features

Fixes and Chores

Maintenance and Documentation

Module Versions

Module Name Module Version
Wren UI 0.5.4
Wren AI Service 0.3.6
Wren Engine 0.4.3

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.2...0.3.3

WrenAI - 0.3.3-rc.1

Published by wwwy3y3 5 months ago

What's Changed

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.2...0.3.3-rc.1

WrenAI - 0.3.2

Published by wwwy3y3 5 months ago

New Features

Enhancements

Fixes and Chores

Maintenance and Documentation

  • Update README.md by @chilijung (#226, #231)
  • Refine demo video by @cyyeh (#168)

Module Versions

Module Name Module Version
Wren UI 0.5.1
Wren AI Service 0.3.6
Wren Engine 0.4.3

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.1...0.3.2

WrenAI - 0.3.2-rc.3

Published by wwwy3y3 5 months ago

What's Changed

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.2-rc.2...0.3.2-rc.3

WrenAI - 0.3.2-rc.2

Published by wwwy3y3 5 months ago

What's Changed

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.2-rc.1...0.3.2-rc.2

WrenAI - 0.3.2-rc.1

Published by wwwy3y3 5 months ago

What's Changed in UI & AI Services

What's Changed in Wren Engine

Module Versions

Module Name Module Version
Wren UI 0.5.0
Wren AI Service 0.3.3
Wren Engine 0.4.3

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.1...0.3.2-rc.1

WrenAI - 0.3.1

Published by wwwy3y3 5 months ago

Fixes and Chores

Module Versions

Module Name Module Version
Wren UI 0.4.2
Wren AI Service 0.3.2
Wren Engine 0.4.1

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.0...0.3.1

WrenAI - 0.3.0

Published by wwwy3y3 5 months ago

New Features

  • Respond with stored views in MDL at AI service by @paopa (#153)
  • Enable users to create/update/delete models on UI by @andreashimin, @fredalai, @onlyjackfrost (#155, #156, #165, #185)
  • Enable users to update metadata of models on UI by @andreashimin, @wwwy3y3 (#172, #188, #192)
  • Enable users to create/update/delete relationships on UI by @fredalai, @onlyjackfrost (#184, #196)
  • Support Native SQL feature by @fredalai (#177)
  • Enable users to create/update/delete calculated fields on UI by @andreashimin, @onlyjackfrost (#178, #183, #190)

Enhancements

  • [AI Service] Add mdl view in sample dataset for validation by @paopa (#187)
  • [AI Service] Refine demo site for easier debugging by @cyyeh (#174, #194)
  • [AI Service] MDL calculated field integration by @imAsterSun (#158)
  • [AI Service] API refactor and add healthcheck API by @cyyeh (#211)

Fixes and Chores

  • Update primary key validator for model form by @fredalai (#176)
  • Column may have multiple relationships with different models by @andreashimin (#189)
  • Fix parsing of relation properties in diagramResolver.ts by @onlyjackfrost (#191)
  • Fix recommend relationships for pg by @fredalai (#186)
  • Fix diagram node height calculation by @andreashimin (#197)
  • Add primary key doc link by @andreashimin (#198)
  • Fix the JSON schema of MDL by @goldmedal (#200)
  • Clear all documents before deploying the new MDL by @paopa (#199)
  • Allow sending an empty relation data list by @onlyjackfrost (#203)
  • Show the connected data source when on the original SQL mode only by @fredalai (#202)
  • Fix svg embed definitions styles that affected user operation by @andreashimin (#205)
  • Fix calculated field modal title when edit mode by @andreashimin (#206)
  • Add demo dataset table descriptions by @onlyjackfrost (#207)
  • Change migration file order to prevent relation data lost by @onlyjackfrost (#208)
  • Add logger using info level and fix indexing status by @cyyeh (#210)
  • In pg connector, return column types in enum by @wwwy3y3 (#215)
  • Align column types with backend connectors provided types by @andreashimin (#216)
  • Remove pagila-sql by @cyyeh (#204)

Maintenance and Documentation

  • Update README.md add video by @chilijung (#162)
  • Refine demo video by @cyyeh (#168)

Module Versions

Module Name Module Version
Wren UI 0.4.2
Wren AI Service 0.3.2
Wren Engine 0.4.0

Full Changelog: https://github.com/Canner/WrenAI/compare/0.2.1...0.3.0

WrenAI - 0.3.0-rc.2

Published by wwwy3y3 5 months ago

What's Changed

Module Versions

Module Name Module Version
Wren UI 0.4.2
Wren AI Service 0.3.2
Wren Engine 0.4.0

Full Changelog: https://github.com/Canner/WrenAI/compare/0.3.0-rc.1...0.3.0-rc.2

WrenAI - 0.3.0-rc.1

Published by wwwy3y3 6 months ago

What's Changed

Module Versions

Module Name Module Version
Wren UI 0.4.0
Wren AI Service 0.2.7
Wren Engine 0.4.0

Full Changelog: https://github.com/Canner/WrenAI/compare/0.2.1...0.3.0-rc.1

WrenAI - 0.2.1

Published by wwwy3y3 6 months ago

New Features

Enhancements

Fixes and Chores

Maintenance and Documentation

Module Versions

Module Name Module Version
Wren UI 0.3.2
Wren AI Service 0.2.5
Wren Engine 0.3.3

Full Changelog: https://github.com/Canner/WrenAI/compare/0.2.0...0.2.1

WrenAI - 0.2.1-rc.1

Published by wwwy3y3 6 months ago

What's Changed

Module Versions

Module Name Module Version
Wren UI 0.3.2
Wren AI Service 0.2.5
Wren Engine 0.3.3

Full Changelog: https://github.com/Canner/WrenAI/compare/0.2.0...0.2.1-rc.1

WrenAI - 0.2.0

Published by wwwy3y3 6 months ago

This release updates WrenAI to 0.2.0

New Features

Enhancements

Fixes and Chores

Maintenance and Documentation

New Contributors

Full Changelog: https://github.com/Canner/WrenAI/compare/0.1.1...0.2.0

WrenAI - 0.2.0-rc.2

Published by wwwy3y3 6 months ago

What's Changed

Module Versions

Module Name Module Version
Wren UI 0.3.1
Wren AI Service 0.2.3
Wren Engine 0.3.3

Full Changelog: https://github.com/Canner/WrenAI/compare/0.2.0-rc.1...0.2.0-rc.2