Fundraising Fox

Chroma

15 known investors

Chroma Sync is a serverless data ingestion service for Chroma Cloud that connects S3 buckets, GitHub repositories, and websites, then parses, chunks, and embeds the content for search. It targets developers building search and retrieval applications, offering semantic, sparse, hybrid, regex, and full-text search over ingested data.

Also known as Chroma Cloud · chromadb

Investors · 15

Also in the syndicate · 8

Akshay KothariDaniel GrossGuillermo RauchJordan TiganiMax AltmanNat FriedmanNaval RavikantSpencer Kimball

Funding

SEC filings, press & company announcements

$18M disclosed across 1 of 5 rounds · 2022–2025

Source: company announcements and press reports — follow each round's link for the claim.

Company profile

researched Aug 2026

Chroma develops open-source search and retrieval infrastructure for AI applications. Its database supports dense vector (semantic similarity) search, sparse vector and lexical search (BM25, SPLADE), full-text search including trigram and regex, and metadata filtering and faceted search, with additional capabilities for dataset forking (versioning, A/B testing, roll-outs), multi-modal indexing of text, images and audio, and a command-line tool for development. The core project is licensed under Apache 2.0 and can be run locally or self-hosted, with SDKs shown for Python, TypeScript and Rust and support for external embedding providers including OpenAI, Cohere, Hugging Face and sentence-transformers.

The architecture separates a query layer with in-memory (hot) and SSD (warm) caches from a storage layer on object storage such as S3 or GCS holding all vectors, metadata and indexes, with query-aware tiering between them. The company positions this design as substantially cheaper than memory-resident systems, citing object storage at roughly $0.02/GB/month versus about $5/GB/month for memory, and claims up to 10x lower cost. Published figures include p50/p90/p99 query latency of 20/27/57 ms warm and 650 ms/1.2 s/1.5 s cold at 384 dimensions over 100k vectors, write throughput of 30 MB/s (2000+ QPS) per collection, 10 concurrent reads (200+ QPS) per collection, 1M collections per database, 5M records per collection, and 90–100% recall.

Alongside the managed Chroma Cloud service, the company offers an enterprise deployment model with bring-your-own-cloud in the customer's VPC (data plane in the customer's cloud, control plane managed by Chroma), multi-cloud and multi-region replication, and point-in-time recovery, and states SOC 2 Type II compliance. Adjacent products listed include Sync, Package Search MCP and a hosted embedding service. Chroma also publishes research on search, retrieval, agents and context engineering, including Context-1 (a self-editing search agent), Context Rot (effects of increasing input tokens on LLM performance), generative benchmarking for retrieval evaluation, and chunking strategies.

Founding story

Chroma grew out of its founders' work on model interpretability: while experimenting with understanding models through their latent spaces, they needed a powerful and easy-to-use open-source vector database, evaluated existing products and found them hard to use and aimed at a different use case, and built Chroma for themselves. The seed announcement is signed by Jeff and Anton, who are described as having deep interpretability experience.

Business model

Chroma pairs a permissively licensed (Apache 2.0) open-source database that developers can run locally or self-host with commercial hosted offerings. Chroma Cloud is a managed, serverless service with serverless pricing, a free tier and $5 in free credits at sign-up, structured into tiers that include a Pro plan (with direct Slack support) and an Enterprise plan (customized SLAs, BYOC in the customer's VPC).

Usage-based serverless pricing for the managed Chroma Cloud database, plus paid Pro and Enterprise subscription tiers that add support levels, SLAs and enterprise deployment features such as BYOC, multi-region replication and point-in-time recovery.

Traction

The website reports over 15M monthly downloads and 27k GitHub stars, with other page sections citing over 26k stars, use in more than 90k other open-source codebases on GitHub, over 11M monthly downloads, and a Discord community of about 10,000 people. Five weeks after launch in 2023 the company reported crossing 35k Python downloads in a month. Prefect CEO and co-founder Jeremiah Lowin publicly endorsed Chroma's ease of adoption and recommended it to Prefect customers.

Latest developments

Recent product surface includes Chroma Cloud with serverless pricing and a free credit offer, sparse/lexical search (BM25, SPLADE), Schema() and Search() APIs, forking for dataset versioning and A/B testing, a CLI, Package Search MCP, and a hosted embedding service, all reported operational on the company status page. Research output includes Context-1, a self-editing search agent, plus Context Rot, generative benchmarking and chunking-strategy studies.

Full profile — market position, technology, go-to-market, geography, history

Market position

Chroma describes itself as open-source search infrastructure for AI and, in its 2023 seed announcement, as the AI-native open-source embeddings database providing long-term memory for LLM applications, positioned as a layer in a new generative-AI stack alongside application frameworks (LangChain, LlamaIndex) and model/embedding providers (OpenAI, Anthropic, Cohere, open-source Llama). The founders said existing vector databases were difficult to use and built for web-scale semantic search rather than the application-developer lifecycle from experimentation to scale.

Permissive Apache 2.0 licensing with no licensing limits or vendor lock-in; a single system spanning vector, sparse, full-text/regex and metadata search; object-storage-native design with automatic tiering for lower cost; zero-ops, auto-scaling serverless operation; and an enterprise model that keeps the data plane inside the customer's VPC while Chroma manages the control plane.

Technology

A search engine built for object storage: indexes are constructed and optimized for S3/GCS-backed cold storage with automatic query-aware tiering into SSD and memory caches, supporting fast queries over billions of multi-tenant indexes without manual tuning. Query types include dense vector, sparse/lexical (BM25, SPLADE), full-text with trigram and regex, and metadata filtering, exposed through Search()/Schema() APIs and Python, TypeScript and Rust clients. Following the seed round the company said it was building an open-source distributed system to replace the client/server database, enabling hosted serverless storage and retrieval that scales to zero.

Go-to-market

Bottom-up developer adoption via the open-source package, documentation, quickstarts and example projects (agentic search, code search), a self-serve free tier on Chroma Cloud, and community channels including GitHub, a Discord of about 10,000 members, X and a YouTube channel with technical deep dives. Enterprise motion runs through contact-sales, proof-of-concept engagements for specific workloads, and dedicated clusters. At the time of the seed announcement the company promoted a cloud product waitlist and was hiring.

Developers and teams building AI applications, agents and retrieval-augmented systems, ranging from individuals running the open-source package locally to enterprises requiring in-VPC deployment, compliance and 24/7 SLAs.

Geography

Chroma Cloud supports multi-cloud and multi-region replication with storage on S3 or GCS, and enterprise customers can deploy the data plane in their own VPC; the sources do not specify office locations.

History

The company raised a pre-seed in May 2022 led by Anthony Goldbloom of AIX Ventures, with James Cham of Bloomberg Beta and Nat Friedman and Daniel Gross (AI Grant). The open-source project launched in early 2023 and the company announced an $18M seed round on April 7, 2023, led by Astasia Myers at Quiet Capital, with angels including Naval Ravikant, Max and Jack Altman, Jordan Tigani (MotherDuck), Guillermo Rauch (Vercel), Akshay Kothari (Notion), Amjad Masad (Replit) and Spencer Kimball (CockroachDB). Priorities set at that time included query relevancy features and an open-source distributed system to underpin a hosted, scale-to-zero product. The product has since broadened from an embeddings database into search infrastructure spanning vector, sparse, full-text/regex and metadata search, with Chroma Cloud, an enterprise BYOC offering, Sync, a Package Search MCP service and a hosted embedding service.

Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
Compliance certificationJan 2026SOC 2 Type II
Discord community sizeJan 202610,000 members
GitHub starsJan 202627,000 stars
Monthly downloadsJan 202615,000,000 downloads/month
Open-source codebases on GitHub using ChromaJan 202690,000 repositories
Python downloads in first month after launchApr 202335,000 downloads
Query latency p50 (warm, 384 dim at 100k vectors)Jan 202620 ms
Query latency p99 (warm, 384 dim at 100k vectors)Jan 202657 ms
RecallJan 202690-100%
Write throughput per collectionJan 202630 MB/s (2000+ QPS)

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Timeline · 3

launches, deals, and filings
Apr 2023
Chroma announces $18M seed round led by Quiet Capital

Chroma announced an $18M seed round led by Astasia Myers of Quiet Capital, with angel participation from founders and operators across MotherDuck, Vercel, Notion, Replit, CockroachDB and others.

$18M source ↗

Jan 2023
Chroma open-source embeddings database launched

The open-source Chroma project launched roughly five weeks before the April 2023 seed announcement, reaching 35k Python downloads in its first month.

source ↗

May 2022
Pre-seed round disclosed

Chroma disclosed a May 2022 pre-seed round led by Anthony Goldbloom of AIX Ventures, joined by James Cham of Bloomberg Beta and Nat Friedman and Daniel Gross of AI Grant; announced publicly in April 2023.

source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

In the news

Research sources · 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Chroma do?
Chroma builds open-source, serverless search infrastructure for AI applications, offered as a managed cloud and Apache 2.0 database.
Who are Chroma's investors?
Chroma's investors include Alt Capital, Air Street Capital, AIX Ventures, Angel Collective Opportunity Fund, Bloomberg Beta, Essence Venture Capital, Quiet Capital.
How much funding has Chroma raised?
Chroma has disclosed $18M raised across 1 of its 5 known rounds.