Skip to content

Commit e443248

Browse files
authored
Add changelog for 4.16.7 (#1784)
1 parent f2f2851 commit e443248

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Version 4.16.7
5+
--------------
6+
This patch version includes:
7+
- Fixes compatability issues between the built gRPC stubs and differing protobuf versions depending on the version of ``grpcio`` used to build the stubs
8+
- Add ``text2vec-model2vec`` module to ``Configure.NamedVectors``
9+
- Deprecated ``min_occurrences`` in ``Metrics.text`` in favour of ``limit``
10+
411
Version 4.16.6
512
--------------
613
This patch version includes:

weaviate/collections/classes/config_named_vectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
_Text2VecHuggingFaceConfig,
5454
_Text2VecJinaConfig,
5555
_Text2VecMistralConfig,
56+
_Text2VecModel2VecConfig,
5657
_Text2VecNvidiaConfig,
5758
_Text2VecOllamaConfig,
5859
_Text2VecOpenAIConfig,
@@ -61,7 +62,6 @@
6162
_Text2VecWeaviateConfig,
6263
_VectorizerConfigCreate,
6364
_VectorizerCustomConfig,
64-
_Text2VecModel2VecConfig,
6565
)
6666

6767
from ...warnings import _Warnings

weaviate/collections/classes/config_vectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
_Text2VecHuggingFaceConfig,
6060
_Text2VecJinaConfig,
6161
_Text2VecMistralConfig,
62+
_Text2VecModel2VecConfig,
6263
_Text2VecNvidiaConfig,
6364
_Text2VecOllamaConfig,
6465
_Text2VecOpenAIConfig,
6566
_Text2VecTransformersConfig,
6667
_Text2VecVoyageConfig,
6768
_Text2VecWeaviateConfig,
68-
_Text2VecModel2VecConfig,
6969
_VectorizerConfigCreate,
7070
_VectorizerCustomConfig,
7171
)

0 commit comments

Comments
 (0)