Skip to content

Redis RAG pipeline version conflict error #88

@Arvind644

Description

@Arvind644

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions