I have a query regarding dense_vector in elastic search

Hi,

I am using elastic search using python, i am creating dense_vector in mapping and then trying to add the feild via python a list of float value e.g - [1.02,2,1.01..] and am unable to ad it.

the error says cant change [dense_vector] to [float]
i tried np.array([1.0,.....]) but same error.

please help me here

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.