Add support for blank Task param on ChromaCloudQwenEmbeddingModel
This would allow generic usage beyond just code.
@codetheweb I believe you fixed this and merged it? If you could tag the PR that would be extremely helpful!
Looks like it's here: https://github.com/chroma-core/chroma/blob/8d05470ec1bb523e5c16369c393478bc330b204a/chromadb/utils/embedding_functions/chroma_cloud_qwen_embedding_function.py#L24
No, we still require a task string to be provided. My PR added support for instructions beyond the code retrieval instruction.
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