Weaviate v0.22.20 Release Notes
Release Date: 2020-11-27 // over 2 years ago-
๐ณ Docker image/tag:
semitechnologies/weaviate:0.22.20
๐ See also: example docker-compose files in English, Dutch, German, Czech, Italian. If you need to configure additional settings, you can also generate a customdocker-compose.yml
file using the documentation.๐ฅ Breaking Changes
none
๐ New Features
๐ New classification (knn-only) ref meta fields added (#1244)
๐ See #1244 for details. When using the_classification
underscore prop, the ref meta, i.e. the fields as part of each reference object contain new distances now. Note: Those distances will only be set if the object was affected by a kNN-classification. The new fields areoverallCount
,winningCount
,losingCount
,meanWinningDistance
,meanLosingDistance
,closestOverallDistance
,closestWinningDistance
andclosestLosingDistance
Standalone mode reaches feature parity with ES-based mode
๐ It is still possible to switch between modes. Standalone is not considered production ready yet, as some minor issues (see Milestone "Standalone") are not yet complete. ETA for a production-ready release - which removes all ES-features entirely - is v0.23.0 with ETA late December 2020.๐ For details see #1265, #1249, #1271, #1272, #1281, #1250, #1291, #1278, #1286, #1308
๐ New Deprecations
winningDistance
andlosingDistance
in_classification
ref meta deprecated
๐ They have been replaced withmeanLosingDistance
andmeanWinningDistance
, see this deprecation notice for details.
๐ Fixes
none
Previous changes from v0.22.19
-
๐ณ 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 customdocker-compose.yml
file using the documentation.๐ฅ Breaking Changes
none
๐ New Features
- Introduce certainty in
Get {}
withexplore
set (#1258)
๐ Prior to this release the certainty (i.e. how close is a result to the search query) could only be set onExplore {}
, but not onGet {}
with an additionalexplore
parameter set. This release introduces the_certainty
underscore prop which introduces this ability
๐ Fixes
- ๐ Improvements in
moveAwayFrom
(#1267)
๐ This releases fixes issues where setting themoveAwayFrom
parameter inExplore
andGet{} 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.
- Introduce certainty in