Skip to content

extension-0.9.0

Latest
Compare
Choose a tag to compare
@Askir Askir released this 06 Mar 11:10
· 5 commits to main since this release
0aa9141

New features and improvements

  • [BREAKING] Add openai client config arguments (#426)
  • Add support for openai extra request parameteres (#420)
  • Add verbose flag to model calls (#475)
  • Add chunking functions to the extension (#418)
  • Add raw response variants for openai function (#422)

Fixes

  • Remove foreign key to embedding table and make the trigger handle deletes instead. This allows updating primary keys on the source table, in the case of not using surrogate keys. (#485)
  • Use format_type to get primary key data types to support more types. (#497)
  • Allow reasoning models (o1, o3) to work with chat completion (#416)