Back to Chroma

Chroma Documentation

docs/mintlify/README.md

1.5.9660 B
Original Source

Chroma Documentation

This is the official documentation for Chroma, the open-source data infrastructure for AI.

Documentation is built with Mintlify and deployed at mint-docs.trychroma.com.

Local Development

Install the Mintlify CLI:

bash
npm i -g mint

Run the development server:

bash
mint dev

Preview at http://localhost:3000.

Validation

Always validate after making changes:

bash
mint validate

This checks that docs.json and all page references are valid.

Resources