const responseReset = await index.reset();
// 'Successful'

Used to delete every vector in an index.

Arguments

This method takes no argument.

Response

'Success' if the index is successfully resetted.

const responseReset = await index.reset();
// 'Successful'