Skip to main content

Chroma

Overview

This connector provides a connection to Chroma.

Requirements

Before creating the connector, you will need the following information available for the Chroma connection.

  • hostname or IP address
  • port
  • tenant
  • database

Creating

To add an instance of the Chroma connector, you can use the Web UI or the CLI.

$ sand connectors create chroma --name myDB --host="10.10.10.10" \
--port="80" --tenant="tenant" --database="database"

✅ Connector created successfully!
Connector ID: cnc-5ab0075c465c8321

Usage

coming soon