@@ -917,11 +917,23 @@ modules:
917
917
# an environment variable
918
918
apiKey : ' '
919
919
920
- # The text2vec-palm module uses Google PaLM Embeddings API
920
+ # The text2vec-google module uses Google Embeddings API
921
921
# to dynamically compute vector embeddings based on the
922
922
# sentence's context.
923
- # More information about Google PaLM Embeddings API can be found here:
923
+ # More information about Google Embeddings API can be found here:
924
924
# https://developers.generativeai.google/
925
+ text2vec-google :
926
+
927
+ # enable if you want to use Google module
928
+ enabled : false
929
+
930
+ # Set your Google API Key to be passed to Weaviate pod as
931
+ # an environment variable
932
+ apiKey : ' '
933
+
934
+ # Deprecated setting, please use text2vec-google instead
935
+ #
936
+ # This setting will be removed with charts version 20.
925
937
text2vec-palm :
926
938
927
939
# enable if you want to use Google PaLM module
@@ -1187,10 +1199,22 @@ modules:
1187
1199
nodeSelector :
1188
1200
tolerations :
1189
1201
1190
- # The multi2vec-palm module uses Google PaLM Embeddings API
1202
+ # The multi2vec-google module uses Google Embeddings API
1191
1203
# to dynamically compute vector embeddings.
1192
- # More information about Google PaLM Embeddings API can be found here:
1204
+ # More information about Google Embeddings API can be found here:
1193
1205
# https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-multimodal-embeddings
1206
+ multi2vec-google :
1207
+
1208
+ # enable if you want to use Google Multimodal module
1209
+ enabled : false
1210
+
1211
+ # Set your Google API Key to be passed to Weaviate pod as
1212
+ # an environment variable
1213
+ apiKey : ' '
1214
+
1215
+ # Deprecated setting, please use multi2vec-google instead
1216
+ #
1217
+ # This setting will be removed with charts version 20.
1194
1218
multi2vec-palm :
1195
1219
1196
1220
# enable if you want to use Google Multimodal PaLM module
@@ -1314,9 +1338,21 @@ modules:
1314
1338
# an environment variable
1315
1339
apiKey : ' '
1316
1340
1317
- # The generative-palm module uses Google PaLM API.
1318
- # More information about Google PaLM API can be found here:
1341
+ # The generative-google module uses Google API.
1342
+ # More information about Google API can be found here:
1319
1343
# https://developers.generativeai.google/
1344
+ generative-google :
1345
+
1346
+ # enable if you want to use Google module
1347
+ enabled : false
1348
+
1349
+ # Set your Google API Key to be passed to Weaviate pod as
1350
+ # an environment variable
1351
+ apiKey : ' '
1352
+
1353
+ # Deprecated setting, please use generative-google instead
1354
+ #
1355
+ # This setting will be removed with charts version 20.
1320
1356
generative-palm :
1321
1357
1322
1358
# enable if you want to use Google PaLM module
0 commit comments