Skip to content

Commit b765426

Browse files
authored
Merge pull request #1933 from voyage-ai/feat/embedding-model-voyage-4-family
VoyageAI V4 models
2 parents 3106d23 + 585c7e6 commit b765426

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/changelog.rst

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

4+
Version 4.19.3
5+
--------------
6+
This patch version includes:
7+
- Add support for VoyageAI voyage-4 model family (voyage-4, voyage-4-lite, voyage-4-large)
8+
49

510
Version 4.19.2
611
--------------

weaviate/collections/classes/config_vectorizers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
]
4949
JinaMultimodalModel: TypeAlias = Literal["jina-clip-v1", "jina-clip-v2", "jina-embeddings-v4"]
5050
VoyageModel: TypeAlias = Literal[
51+
"voyage-4",
52+
"voyage-4-lite",
53+
"voyage-4-large",
5154
"voyage-3.5",
5255
"voyage-3.5-lite",
5356
"voyage-3-large",

0 commit comments

Comments
 (0)