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:
!pip install numpy==1.26.4 --force-reinstall --no-cache-dir