check_index_exists#

langchain_community.vectorstores.redis.base.check_index_exists(client: RedisType, index_name: str) bool[source]#

Check if Redis index exists.

Parameters:
  • client (RedisType)

  • index_name (str)

Return type:

bool