Skip to content

3.1.0

Compare
Choose a tag to compare
@dkotter dkotter released this 15 Jul 15:31
· 1 commit to stable since this release

Added

Changed

  • Update from the text-embedding-ada-002 to the text-embedding-3-small model for the OpenAI Embeddings Provider. Note this requires regenerating all existing embeddings for comparisons to work properly. Also worth mentioning you'll want to check your threshold settings to ensure that works well with these changes, as we're seeing lower threshold scores with this new model (props @dkotter, @iamdharmesh via #758).
  • When generating embeddings, ensure we chunk our content down and reduce our vector dimensions to 512 (props @dkotter, @iamdharmesh via #758).
  • Increase the amount of terms we consider when running comparisons using the OpenAI Embeddings Provider from 500 to 5000 (props @dkotter, @iamdharmesh via #758).
  • Allow the Embeddings Provider to be used by Features other than Classification (props @iamdharmesh, @dkotter via #766).
  • Hide the Provider's configuration help text when the Provider is already configured (props @kmgalanakis, @Sidsector9, @dkotter via #770).
  • Select label is changed to Replace within Content Resizing suggestions modal (props @Sidsector9, @jeffpaul, @faisal-alvi, @dkotter via #774).
  • Content Resizing modal title is updated from static to dynamic depending on the type of resizing (props @Sidsector9, @jeffpaul, @faisal-alvi, @dkotter via #774).
  • Add the ability to send chunked content in a single request to the Embedding API (props @dkotter, @iamdharmesh via #776).
  • Embeddings classification now uses background processing to improve performance. This is done by including the Action Scheduler package (props @Sidsector9, @dkotter via #779).
  • Bump WordPress "tested up to" version to 6.6 (props @qasumitbagthariya, @dkotter, @jeffpaul via #751).
  • Replaced lee-dohm/no-response with actions/stale to help with closing no-response/stale issues (props @jeffpaul, @dkotter via #751).
  • Update the @10up/cypress-wp-utils package to 0.3.0 (props @dkotter, @jeffpaul via #760).

Fixed

Security

New Contributors


Full Changelog: 3.0.1...3.1.0
View closed items in the milestone.