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
For ultimate clarity and safety of our library, the decision was made to
separate the sync and async search index modules for now until we can
better utilize the redis-py client to serve both needs simultaneously.
This PR splits `SearchIndex` and `AsyncSearchIndex` into two classes. It
also refactors the way RedisVL handles Redis connections (much more
lightweight) and makes some major improvements to the overall
documentation on these topics.
0 commit comments