@@ -126,9 +126,11 @@ function check_creates_template() {
126
126
check_modules " --set modules.qna-openai.enabled=true --set modules.qna-openai.apiKey=apiKey --set modules.generative-openai.enabled=true --set modules.generative-openai.apiKey=apiKey" " value: qna-openai,generative-openai"
127
127
check_modules " --set modules.generative-cohere.enabled=true" " value: generative-cohere"
128
128
check_modules " --set modules.reranker-cohere.enabled=true" " value: reranker-cohere"
129
+ check_modules " --set modules.multi2vec-cohere.enabled=true" " value: multi2vec-cohere"
129
130
check_modules " --set modules.text2vec-cohere.enabled=true --set modules.text2vec-cohere.apiKey=apiKey --set modules.generative-cohere.enabled=true --set modules.generative-cohere.apiKey=apiKey" " value: generative-cohere,text2vec-cohere"
130
131
check_modules " --set modules.text2vec-cohere.enabled=true --set modules.text2vec-cohere.apiKey=apiKey --set modules.generative-cohere.enabled=true --set modules.generative-cohere.apiKey=apiKey --set modules.reranker-cohere.enabled=true --set modules.reranker-cohere.apiKey=apiKey" " value: generative-cohere,text2vec-cohere,reranker-cohere"
131
132
check_modules " --set modules.text2vec-cohere.enabled=true --set modules.text2vec-cohere.apiKey=apiKey --set modules.reranker-cohere.enabled=true --set modules.reranker-cohere.apiKey=apiKey" " value: text2vec-cohere,reranker-cohere"
133
+ check_modules " --set modules.text2vec-cohere.enabled=true --set modules.text2vec-cohere.apiKey=apiKey --set modules.multi2vec-cohere.enabled=true --set modules.multi2vec-cohere.apiKey=apiKey" " value: multi2vec-cohere,text2vec-cohere"
132
134
check_modules " --set modules.generative-cohere.enabled=true --set modules.generative-cohere.apiKey=apiKey" " value: generative-cohere"
133
135
check_modules " --set modules.text2vec-palm.enabled=true" " value: text2vec-palm"
134
136
check_modules " --set modules.generative-palm.enabled=true" " value: generative-palm"
@@ -223,6 +225,7 @@ function check_creates_template() {
223
225
check_string_existence " --set modules.generative-databricks.enabled=true --set modules.generative-databricks.token=databricksToken --set modules.text2vec-databricks.enabled=true --set modules.text2vec-databricks.token=databricksToken" " name: DATABRICKS_TOKEN"
224
226
check_string_existence " --set modules.text2vec-mistral.enabled=true --set modules.text2vec-mistral.apiKey=mistralApiKey" " name: MISTRAL_APIKEY"
225
227
check_string_existence " --set modules.generative-mistral.enabled=true --set modules.generative-mistral.apiKey=mistralApiKey --set modules.text2vec-mistral.enabled=true --set modules.text2vec-mistral.apiKey=mistralApiKey" " name: MISTRAL_APIKEY"
228
+ check_string_existence " --set modules.multi2vec-cohere.enabled=true --set modules.multi2vec-cohere.apiKey=apiKey" " name: COHERE_APIKEY"
226
229
227
230
check_setting_has_value " --set replicas=3 --set env.RAFT_BOOTSTRAP_EXPECT=3" " name: RAFT_JOIN" " value: \" weaviate-0,weaviate-1,weaviate-2\" "
228
231
check_setting_has_value " --set replicas=3 --set env.RAFT_BOOTSTRAP_EXPECT=3" " name: RAFT_BOOTSTRAP_EXPECT" " value: \" 3\" "
0 commit comments