Breaking changes
- model names are now hyphenated instead of underscore substituted. For example, now call:
select vectorize.transform_embeddings(
input => 'my text message',
model_name => 'text-embedding-ada-002' -- previously 'text_embedding_ada_002'
)
What's Changed
- Update README.md by @ericankenman in #31
- Add PGXN release workflow by @theory in #32
- Generate META.json by @theory in #33
- Remove safe.directory workaround by @theory in #34
- Pass through model name on embedding service calls by @ChuckHend in #35
New Contributors
- @ericankenman made their first contribution in #31
- @theory made their first contribution in #32
Full Changelog: v0.7.0...v0.8.0