ValueError: Invalid vector value passed: cannot interpret type <class 'list'>

Pls can anybody help me in my question:

I have list of vectors (all values in float), sample of vector: [30.420727, -90.069915, 70433.0, 1.0, 3.0, 3.0, 2333.0, 65340.0, 2400.0]
I also have list of ids, sample ‘8969680115’.
During index.upsert(item_ids=ids, vectors=vectors) I getting the error ValueError: Invalid vector value passed: cannot interpret type <class ‘list’>
I tried to convert vectors to numpy array, but still getting error.
Where is mistake?

hi @dmkravtsov , do you fix this?