Learn R Programming

rchroma (version 0.2.0)

chroma_docker_running: Check ChromaDB Docker Container Status

Description

This function checks the status of the ChromaDB Docker container.

Usage

chroma_docker_running(container_name = "chromadb")

Value

TRUE if container is running and FALSE otherwise.

Arguments

container_name

A string specifying the name of the Docker container to check.