Breaking changes
* model names are now hyphenated instead of underscore substituted. For example, now call:
sql
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 https://github.com/tembo-io/pg_vectorize/pull/31
* Add PGXN release workflow by theory in https://github.com/tembo-io/pg_vectorize/pull/32
* Generate META.json by theory in https://github.com/tembo-io/pg_vectorize/pull/33
* Remove safe.directory workaround by theory in https://github.com/tembo-io/pg_vectorize/pull/34
* Pass through model name on embedding service calls by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/35
New Contributors
* ericankenman made their first contribution in https://github.com/tembo-io/pg_vectorize/pull/31
* theory made their first contribution in https://github.com/tembo-io/pg_vectorize/pull/32
**Full Changelog**: https://github.com/tembo-io/pg_vectorize/compare/v0.7.0...v0.8.0