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)