PraseFloat error on dGraph embedding mutation saving

Hi , we are going through an issue where we cannot save the extracted embedding in the :8080/mutate, It just giving an API error called - **strconv.ParseFloat:. When we dealing with dev env in windows there is no any issues like this but when production suddenly we got this (k8s). **
It just does not allow us to save the embedding, and our extraction fails.

Error extracting text from PDF: APIError: strconv.ParseFloat: parsing "[0.011230050586163998,0.0057051233015954494,-0.000958898279350251,-0 …

errors: [

**{**

  **message: 'strconv.ParseFloat: parsing "\[0.011230050586163998,0.0057051233015954494,-0.00095889827935,** ……………… \]**extensions: \[Object\]**

**}**

]

I think this error is coming from some other API that you’re using. Nowhere in the Dgraph repo does it extract text from PDFs…., nor does that error line appear anywhere in the repo.