Fix CI issues related to missing dependency (#3096)
This commit is contained in:
@@ -36,4 +36,4 @@ class GoogleGenAIEmbedding(EmbeddingBase):
|
||||
# Call the embed_content method with the correct parameters
|
||||
response = self.client.models.embed_content(model=self.config.model, contents=text, config=config)
|
||||
|
||||
return response.embeddings[0].values
|
||||
return response.embeddings[0].values
|
||||
|
||||
Reference in New Issue
Block a user