When making an API call to the Open AI Embedding endpoint through a workflow, the vector numbers are returning in the format “0,000…”, when they should return “0.000…”. (The decimal separator must be . not ,) as follow:
Even using :formatted as in the expression seems to have no effect on format separators.
This only happens when I make the call through Workflow. When initializing the call through the API Connector, the result is as expected (separated by .):
This has occurred to me when the language of the app was spanish. Get the embedding:each item:formatted as decimal with like 10 decimal places and a . as a separator and it’ll work, it did for me.