chroma_docker_running {rchroma}R Documentation

Check ChromaDB Docker Container Status

Description

This function checks the status of the ChromaDB Docker container.

Usage

chroma_docker_running(container_name = "chromadb")

Arguments

container_name

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

Value

TRUE if container is running and FALSE otherwise.


[Package rchroma version 0.2.0 Index]