Skip to contents

This function resets the entire ChromaDB instance. Use with caution as this will delete all data. Note: This function requires setting ALLOW_RESET=TRUE in the environment variables or allow_reset=True in the ChromaDB Settings.

Usage

reset(client)

Arguments

client

A ChromaDB client object

Value

TRUE on success