This method deletes documents from the Upstash database. You can either provide the target ids, or delete all vectors in the database.
delete(params: UpstashDeleteParams): Promise<void>| Name | Type | Description |
|---|---|---|
params* | UpstashDeleteParams | Object containing either array of ids of the documents or boolean deleteAll. |