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_models
embeddings
function_calling
graphs
llms
retrievers
utilities
utils
vectorstores
vectorstores
Check if MemoryDB index exists.
client (InMemoryDBType)
index_name (str)
bool