Ask a question to get started
Enter to sendā¢Shift+Enter new line
drop_index( index_name: str, delete_documents: bool, **kwargs: Any = {} )
index_name
str
delete_documents
bool
Drop a InMemoryVectorStore search index.
Name of the index to drop.
Whether to drop the associated documents.