delete(params: AzureDocumentDBDeleteParams | string[] = {}): Promise<void>| Name | Type | Description |
|---|---|---|
params | AzureDocumentDBDeleteParams | string[] | Default: {}Parameters for the delete operation. |
Removes specified documents from the AzureDocumentDBVectorStore. If no IDs or filter are specified, all documents will be removed.