reset: Reset ChromaDB

View source: R/connection.R

resetR 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


rchroma documentation built on April 4, 2025, 1:37 a.m.