chroma icon indicating copy to clipboard operation
chroma copied to clipboard

Add support for blank Task param on ChromaCloudQwenEmbeddingModel

Open philipithomas opened this issue 1 month ago • 3 comments

This would allow generic usage beyond just code.

philipithomas avatar Oct 30 '25 04:10 philipithomas

@codetheweb I believe you fixed this and merged it? If you could tag the PR that would be extremely helpful!

jairad26 avatar Nov 07 '25 23:11 jairad26

Looks like it's here: https://github.com/chroma-core/chroma/blob/8d05470ec1bb523e5c16369c393478bc330b204a/chromadb/utils/embedding_functions/chroma_cloud_qwen_embedding_function.py#L24

philipithomas avatar Nov 07 '25 23:11 philipithomas

No, we still require a task string to be provided. My PR added support for instructions beyond the code retrieval instruction.

codetheweb avatar Nov 08 '25 00:11 codetheweb

This is fixed in https://github.com/chroma-core/chroma/pull/5874 will merge and release in the next release of python and js clients

jairad26 avatar Nov 17 '25 23:11 jairad26