mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
- Add Watson to EmbeddingProvider type definition - Implement _create_watson_embedding_function in factory.py - Add Watson to embedding_functions dictionary - Add comprehensive tests for Watson embedding functionality - Ensure proper error handling for missing IBM Watson dependencies Fixes #3582 Co-Authored-By: João <joao@crewai.com>