Adheeban Manoharan
Adheeban Manoharan
Hi, I'm also getting the same error. I'm using the below versions of the packages ``` redis==3.5.3 redisearch==2.1.1 ``` The docker command also didn't actually solve the issue. Seems there...
No, it's just that the error message suggests the user to install redisearch (>=2.4), I'm fixing that in the new PR https://github.com/hwchase17/langchain/blob/1ed4228822498fd58d33d377572af0821c496b20/langchain/vectorstores/redis.py#LL59C35-L59C35
I have reverted the previous code deletion and refined the error message @tylerhutcherson
Sorry about all the chaos. I'll revert the changes done to this error message. I'll just probably add the version of redis (>=4.1.0) that has to be installed by the...
@nikhilkandur Please do `pip uninstall redisearch` and do `pip install redis==4.5.5` that'll solve the issue.
> > Sorry about all the chaos. I'll revert the changes done to this error message. I'll just probably add the version of redis (>=4.1.0) that has to be installed...
@nikhilkandur Here's what: The [Redisearch](https://pypi.org/project/redisearch/#history) standalone project is discontinued. We won't need the`redisearch` python package to be installed as it is already available bundled within the standard `redis>=4.1.0` package. So,...
> @iamadhee Can you change the name of this PR to be more specific to this fix and then will get this prioritized as well. Thanks! Have added the new...
@tylerhutcherson updated the redisearch error message to avoid further confusions
Is there anything else that is needed from my end on this PR? @tylerhutcherson