Chroma provides a convenient wrapper around the Text2Vec library. This embedding function runs locally and is particularly useful for Chinese text embeddings.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.
- Python
This embedding function relies on the You can pass in an optional
text2vec python package, which you can install with pip install text2vec.model_name argument. By default, Chroma uses shibing624/text2vec-base-chinese.Text2Vec is optimized for Chinese text embeddings. For English text, consider using Sentence Transformer or other embedding functions.