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
Site Navigation
Section Navigation
chat_modelsembeddingsfunction_callinggraphsllmsretrieversutilitiesutilsvectorstoresvectorstoresCheck if MemoryDB index exists.
client (InMemoryDBType)
index_name (str)
bool