Method to delete the vector store from a directory. It deletes the hnswlib.index file, the docstore.json file, and the args.json file from the directory.
delete(params: __type): Promise<void>| Name | Type | Description |
|---|---|---|
params* | __type | An object with a directory property that specifies the directory from which to delete the vector store. |