You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I try to install and use VertexAIGeminiGeneratorfollowing official documentation but in both cases (running code in prepared colab notebook and both locally in jupyter notebook it fails with error ModuleNotFoundError: No module named 'google_vertex_haystack' when I try to import class: from google_vertex_haystack.generators.gemini import VertexAIGeminiGenerator
To Reproduce
even official example fails with this error (you can see it on screens below):
ensure that package exists:
try to import:
Describe your environment (please complete the following information):
Describe the bug
I try to install and use
VertexAIGeminiGenerator
following official documentation but in both cases (running code in prepared colab notebook and both locally in jupyter notebook it fails with errorModuleNotFoundError: No module named 'google_vertex_haystack'
when I try to import class:from google_vertex_haystack.generators.gemini import VertexAIGeminiGenerator
To Reproduce
even official example fails with this error (you can see it on screens below):
ensure that package exists:
try to import:
Describe your environment (please complete the following information):
The text was updated successfully, but these errors were encountered: