mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
Fixes #3597 - ChromaDB expects embedding functions to have a name() method for validation. Added static method that returns 'watson' following the same pattern as other embedding functions. - Added comprehensive tests to verify the fix - Ensures compatibility with ChromaDB validation requirements - No regressions in existing Watson embedding functionality Co-Authored-By: João <joao@crewai.com>