Any other option accepted by new ChromaClient(...).
OptionalpathBase URL of the Chroma server (e.g. http://localhost:8000).
OptionalclientA pre-built ChromaClient. When provided, connect() skips the
require('chromadb') / new ChromaClient(...) step and uses this
instead - the injection point used by tests to supply a mock.
Connection options for
ChromaStore.pathis the base URL of the Chroma server (e.g.http://localhost:8000) and is forwarded tonew ChromaClient({ path }); any otherChromaClientoptions pass through unchanged.