check_index_exists# langchain_aws.vectorstores.inmemorydb.base.check_index_exists(client: InMemoryDBType, index_name: str) → bool[source]# 检查MemoryDB索引是否存在。 Parameters: client (InMemoryDBType) index_name (str) Return type: 布尔