File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ def test_basic_config():
520520 },
521521 ),
522522 (
523- Configure .Vectorizer .multi2vec_palm (
523+ Configure .Vectorizer .multi2vec_palm ( # not changed to _google to to esnure BC
524524 image_fields = ["image" ],
525525 text_fields = ["text" ],
526526 video_fields = ["video" ],
@@ -529,7 +529,7 @@ def test_basic_config():
529529 location = "us-central1" ,
530530 ),
531531 {
532- "multi2vec-palm " : {
532+ "multi2vec-google " : {
533533 "imageFields" : ["image" ],
534534 "textFields" : ["text" ],
535535 "videoFields" : ["video" ],
@@ -549,7 +549,7 @@ def test_basic_config():
549549 location = "us-central1" ,
550550 ),
551551 {
552- "multi2vec-palm " : {
552+ "multi2vec-google " : {
553553 "imageFields" : ["image" ],
554554 "textFields" : ["text" ],
555555 "videoFields" : ["video" ],
@@ -1815,7 +1815,7 @@ def test_vector_config_flat_pq() -> None:
18151815 {
18161816 "test" : {
18171817 "vectorizer" : {
1818- "multi2vec-palm " : {
1818+ "multi2vec-google " : {
18191819 "imageFields" : ["image" ],
18201820 "textFields" : ["text" ],
18211821 "projectId" : "project" ,
@@ -1839,7 +1839,7 @@ def test_vector_config_flat_pq() -> None:
18391839 {
18401840 "test" : {
18411841 "vectorizer" : {
1842- "multi2vec-palm " : {
1842+ "multi2vec-google " : {
18431843 "imageFields" : ["image" ],
18441844 "textFields" : ["text" ],
18451845 "projectId" : "project" ,
@@ -2322,7 +2322,7 @@ def test_config_with_named_vectors(
23222322 {
23232323 "test" : {
23242324 "vectorizer" : {
2325- "multi2vec-palm " : {
2325+ "multi2vec-google " : {
23262326 "imageFields" : ["image" ],
23272327 "textFields" : ["text" ],
23282328 "projectId" : "project" ,
You can’t perform that action at this time.
0 commit comments