Changes
- Fix: Ensure all embedding providers return regular floats without 'f' suffix
- Fix: Updated _get_api_kwargs method in all embedding providers to properly handle configuration parameters
This release fixes an issue where embedding values were being returned with an 'f' suffix, causing compatibility issues with some applications. The fix has been applied to all embedding providers (OpenAI, Google, Vertex, and Ollama).