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
This Redis RAG pipeline notebook is only working with nmpy with version 1.26.4 and its giving error BUG: ModuleNotFoundError: No module named 'numpy.char' and some different error otherwise.
Solution:
Before installing any dependencies, add this line to install specific version of numpy:
This Redis RAG pipeline notebook is only working with nmpy with version 1.26.4 and its giving error
BUG: ModuleNotFoundError: No module named 'numpy.char'
and some different error otherwise.Solution:
Before installing any dependencies, add this line to install specific version of numpy:
The text was updated successfully, but these errors were encountered: