langchain_aws.vectorstores.inmemorydb.base.check_index_exists

langchain_aws.vectorstores.inmemorydb.base.check_index_exists(client: InMemoryDBType, index_name: str) bool[source]

检查在MemoryDB中索引是否存在。

参数
  • client (InMemoryDBType) –

  • index_name (str) –

返回类型

bool