File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -408,27 +408,27 @@ def test_basic_config():
408408 ),
409409 (
410410 Configure .Vectorizer .text2vec_jinaai (
411- model = "jina-embeddings-v3 " ,
411+ model = "jina-embeddings-v4 " ,
412412 vectorize_collection_name = False ,
413413 dimensions = 512 ,
414414 ),
415415 {
416416 "text2vec-jinaai" : {
417- "model" : "jina-embeddings-v3 " ,
417+ "model" : "jina-embeddings-v4 " ,
418418 "vectorizeClassName" : False ,
419419 "dimensions" : 512 ,
420420 }
421421 },
422422 ),
423423 (
424424 Configure .Vectorizer .multi2vec_jinaai (
425- model = "jina-clip-v2 " ,
425+ model = "jina-embeddings-v4 " ,
426426 dimensions = 512 ,
427427 vectorize_collection_name = False ,
428428 ),
429429 {
430430 "multi2vec-jinaai" : {
431- "model" : "jina-clip-v2 " ,
431+ "model" : "jina-embeddings-v4 " ,
432432 "dimensions" : 512 ,
433433 }
434434 },
You can’t perform that action at this time.
0 commit comments