Create a new ChromaDB client connection
chroma_connect(
host = "http://localhost",
port = 8000L,
api_path = "/api/v2",
verify = TRUE
)
A ChromaDB client object
The host URL of the ChromaDB server. Default is "http://localhost".
The port number of the ChromaDB server. Default is 8000.
The API path. Default is "/api/v2".
Whether to verify the connection. Default is TRUE.