This is a simple enhancement release based on feedback after we released v0.2.0. MODEL
(s) and PROMPT
(s) can be defined with CREATE commands as GLOBAL
(persisting across multiple databases) or LOCAL
to the database. By default and if not specified, the model or prompt defined is LOCAL
.
What's Changed
- Openai-Compatible Providers by @dorbanianas in #97
- Add the global and local prompts/models support by @dorbanianas in #99
- Added a Global and Local example to the product review notebook by @dorbanianas in #104
- Upgrade to duckdb 1.1.3 by @dorbanianas in #106
New Contributors
Full Changelog: v0.2.0...v0.2.1