Skip to content

Commit 4b7713f

Browse files
committed
Remove validation from __init__
1 parent 52126f6 commit 4b7713f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

redisvl/index/index.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,6 @@ def __init__(
272272
if not isinstance(schema, IndexSchema):
273273
raise ValueError("Must provide a valid IndexSchema object")
274274

275-
if redis_client:
276-
RedisConnectionFactory.validate_sync_redis(
277-
redis_client, required_modules=REQUIRED_MODULES_FOR_INTROSPECTION
278-
)
279-
280275
self.schema = schema
281276

282277
self._lib_name: Optional[str] = kwargs.pop("lib_name", None)

0 commit comments

Comments
 (0)