Weaviate v0.22.19 Release Notes

Release Date: 2020-10-19 // over 3 years ago
  • ๐Ÿณ Docker image/tag: semitechnologies/weaviate:0.22.19
    ๐Ÿ”– See also: example docker-compose files in English, Dutch, German, Czech, Italian. If you need to configure additional settings, you can also generate a custom docker-compose.yml file using the documentation.

    ๐Ÿ’ฅ Breaking Changes

    none

    ๐Ÿ†• New Features

    • Introduce certainty in Get {} with explore set (#1258)
      ๐Ÿš€ Prior to this release the certainty (i.e. how close is a result to the search query) could only be set on Explore {}, but not on Get {} with an additional explore parameter set. This release introduces the _certainty underscore prop which introduces this ability

    ๐Ÿ›  Fixes

    • ๐Ÿ‘Œ Improvements in moveAwayFrom (#1267)
      ๐Ÿš€ This releases fixes issues where setting the moveAwayFrom parameter in Explore and Get{} with explore would lead to bad results that were in some cases not related to the original search term anymore. This fix uses an improved formula (see #1267 for details) to calculate the new position after moving.