github weaviate/weaviate v1.9.1-rc.0
[Pre-Release] v1.9.1-rc.0

latest releases: v1.26.5, v1.25.18, v1.24.25...
pre-release2 years ago

Breaking Changes

none

New Features

none

Fixes

  • Allow running "conflicting" modules in the same setup (#1744)

    Prior to this release, Weaviate would not start up if multiple modules would try to provide the same search operators, such as nearText. For example text2vec-contextionary and text2vec-transformers could not run in the same setup. The reason for this was that Explore{} which would search across classes would not be able to handle incompatible vector spaces. This release makes sure that the provided search operator belongs to the configured vectorizer. In turn, cross-class searching across incompatible vector spaces such as using Explore {} will be deactivated if conflicting modules are present.

Don't miss a new weaviate release

NewReleases is sending notifications on new releases.