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
from haystack_integrations.components.embedders.nvidia import NvidiaTextEmbedder
text_to_embed = "I love pizza!"
text_embedder = NvidiaTextEmbedder(model="nvolveqa_40k")
text_embedder.warm_up()
print(text_embedder.run(text_to_embed))
Error
AttributeError: partially initialized module 'haystack' has no attribute 'logging' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered:
pip install nvidia-haystack
Version
haystack-ai versions : 2.0.1
haystack-bm25 versions : 1.0.2
nvidia-haystack versions : 0.0.2
Environment
Python 3.10 (Google Colab)
Code
Ref: https://haystack.deepset.ai/integrations/nvidia
Error
AttributeError: partially initialized module 'haystack' has no attribute 'logging' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered: