redis object not used in the _add_vector function
Minor issue.
The redis_object in the _add_vector function of the storage_redis.py is not being used since the redis_object is already associated with self, and it should not be passed as an argument to the function.
Thanks for notising this. redis_object should be used here instead of self.redis_object. This argument is necessary for store_many_vectors method.
I'll revise the PR
Thanks for notising this.
redis_objectshould be used here instead ofself.redis_object. This argument is necessary forstore_many_vectorsmethod.
Done
@amorgun Could you please check the PR? - I am not able to add you as a reviewer there. Thanks!