You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Minor issue.
The
redis_objectin the_add_vectorfunction of the storage_redis.py is not being used since theredis_objectis already associated withself, and it should not be passed as an argument to the function.