Skip to content

Redis RAG pipeline version conflict error #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Arvind644 opened this issue May 12, 2025 · 2 comments
Open

Redis RAG pipeline version conflict error #88

Arvind644 opened this issue May 12, 2025 · 2 comments

Comments

@Arvind644
Copy link

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
@rbs333
Copy link
Collaborator

rbs333 commented May 12, 2025

@Arvind644 thank you for the feedback and fix!

For reference, were you running the notebook in colab or locally?

@Arvind644
Copy link
Author

@rbs333 I was running the notebook in google colab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants