reset {rchroma} | R Documentation |
Reset ChromaDB
Description
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
[Package rchroma version 0.2.0 Index]