v0.1.66
What's Changed
- Add Vertex AI support
- feat(vertex): support Vertex AI for generation by @badmonster0 in #739
- feat(vertex): support Vertex AI for embedding by @badmonster0 in #740
- docs(vertex): add docs for Vertex AI. by @badmonster0 in #743
- feat(azure-blob): support Azure blob store as a data source by @wykrrr @georgeh0 in #746
- Support structs to bind to unannotated variables (using
dict)- feat(convert): enhance dict and struct encoding with type awareness by @vumichien in #727
- docs: clarify data type bindings rules for Struct types by @georgeh0 in #745
- chore: clarify error message for problem of field conflict by @georgeh0 in #734
- fix: add the missing
?to propagate error by @georgeh0 in #738 - fix(setup): drop existing table as long as not always exists by @georgeh0 in #741
- chore: clarify comments and error messages for generic annotations by @georgeh0 in #744
Full Changelog: v0.1.65...v0.1.66