Skip to content

Conversation

@timo-cingoez
Copy link

Adds support for Chroma Cloud authentication via the X-CHROMA-TOKEN header.

Usage

ChromaDB::factory()
    ->withHost('https://api.trychroma.com')
    ->withPort(443)
    ->withChromaApiKey('your-api-key')
    ->connect();

Adds support for authenticating with Chroma Cloud by setting the
X-CHROMA-TOKEN header via the new withChromaApiKey() method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant