New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@chroma-core/all

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chroma-core/all

All AI embedding providers for Chroma

latest
npmnpm
Version
0.1.15
Version published
Maintainers
1
Created
Source

@chroma-core/all

All AI embedding providers for Chroma in one package.

Installation

npm install @chroma-core/all

Usage

This package re-exports all available embedding functions:

import {
  OpenAIEmbeddingFunction,
  CohereEmbeddingFunction,
  JinaEmbeddingFunction,
  GoogleGeminiEmbeddingFunction,
  // ... and all other providers
} from '@chroma-core/all';

// Use any embedding function
const openAIEF = new OpenAIEmbeddingFunction({
  apiKey: 'your-api-key',
  modelName: 'text-embedding-3-small'
});

Included Providers

  • OpenAI
  • Cohere
  • Jina
  • Google Gemini
  • Hugging Face Server
  • Ollama
  • Together AI
  • Voyage AI
  • Cloudflare Worker AI
  • Default Embedding

For specific provider documentation, see the individual package READMEs.

FAQs

Package last updated on 26 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts