Chroma Cloud Qwen
Chroma provides a convenient wrapper around Chroma Cloud’s Qwen embedding API. This embedding function runs remotely on Chroma Cloud’s servers, and requires a Chroma API key. You can get an API key by signing up for an account at Chroma Cloud.- Python
- TypeScript
This embedding function relies on the You must pass in a
httpx python package, which you can install with pip install httpx.model argument and task argument. The task parameter specifies the task for which embeddings are being generated. You can optionally provide custom instructions for both documents and queries.