Hi,
I am trying to store my custom embeddings in graph database as a property and the length of the vector is getting truncated to 500 length but my original embedding length is 512 vector.
I want to store it as a array data type but i was not able to do it directly from csv as it is giving me string data type by default and the vector 512 are getting stored but the problem is mainly i have written like this [row[1], row[2],..... row[51...