Chroma · Schema

Chroma Collection

A Chroma collection stores embeddings, documents, and associated metadata. Collections are the primary unit for organizing and searching vector data within a database.

AIAI NativeApache 2.0CloudEmbeddingsHybrid SearchJavaScriptLLMMachine LearningMulti-ModalOpen SourcePythonRAGRetrievalSDKSearchServerlessTypeScriptVector Database

Properties

Name Type Description
id string The unique identifier of the collection, assigned by the server on creation
name string The name of the collection, used as a human-readable identifier within a database
metadata objectnull Arbitrary key-value metadata associated with the collection, used for organizing and describing the collection's purpose and configuration
tenant string The name of the tenant this collection belongs to
database string The name of the database this collection belongs to
View JSON Schema on GitHub