check_index_exists# langchain_aws.vectorstores.inmemorydb.base.check_index_exists( client: InMemoryDBType, index_name: str, ) → bool[source]# Check if MemoryDB index exists. Parameters: client (InMemoryDBType) index_name (str) Return type: bool