langchain_community.vectorstores.redis.base
.check_index_exists¶
- langchain_community.vectorstores.redis.base.check_index_exists(client: RedisType, index_name: str) bool [源代码]¶
检查Redis索引是否存在。
- 参数
client (RedisType) –
index_name (str) –
- 返回类型
bool