Documentation Index
Fetch the complete documentation index at: https://docs.trychroma.com/llms.txt
Use this file to discover all available pages before exploring further.
Schema
Collection schema for indexing and encryption configuration.
Properties
Index configs
FtsIndexConfig
Configuration for Full-Text Search index. No parameters required.
HnswIndexConfig
Configuration for HNSW vector index.
Properties
SpannIndexConfig
Configuration for SPANN vector index.
Properties
VectorIndexConfig
Configuration for vector index with space, embedding function, and algorithm config.
Properties
space
Optional[Literal[cosine, l2, ip]]
hnsw
Optional[HnswIndexConfig]
spann
Optional[SpannIndexConfig]
SparseVectorIndexConfig
Configuration for sparse vector index.
Properties
StringInvertedIndexConfig
Configuration for string inverted index.
IntInvertedIndexConfig
Configuration for integer inverted index.
FloatInvertedIndexConfig
Configuration for float inverted index.
BoolInvertedIndexConfig
Configuration for boolean inverted index.