Skip to content

v0.1.58

Latest

Choose a tag to compare

@larryro larryro released this 05 Mar 12:07
· 41 commits to main since this release

What's Changed

⚑ Improvements

  • Set default EMBEDDING_DIMENSIONS to 1536, aligned across .env.example and CLI env generator

πŸ› Bug Fixes

  • Updated @ai-sdk/provider-utils to v4.0.19 (#680)
  • Updated @ai-sdk/openai to v2.0.97 (#679)

πŸ“ Other Changes

  • Updated ParadeDB Docker image to v0.21.12 (#678)

Upgrade

Run tale deploy to update to this version.

Note: The default EMBEDDING_DIMENSIONS value has changed from 2560 to 1536. Existing installations are unaffected since your .env file retains its current value. If you regenerate your environment (e.g., via tale init), ensure EMBEDDING_DIMENSIONS matches the dimensions used by your existing vector data to avoid reindexing.

Contributors

@renovate[bot]


Full Changelog: v0.1.57...v0.1.58