Skip to main content

Dependencies

Install the Chroma extra:
The resource imports chromadb lazily when it first connects to a collection. For collection schema setup, see the Chroma Setup guide.

Configuration

Mirage connects via Chroma’s AsyncHttpClient using host, port, and ssl.

Config Reference

collection_name, slug_field, and chunk_index_field are trimmed and must not be empty.

Environment Example

Run the Examples

From the repository root:
The examples load .env.development from the repository root.