Is there any way to store vector datatypes via strapi

I want to compute cosine similarity between two vectors, so is there any way to do it with strapi(for computing i can develop a plugin, for data storage I’m stuck)

Vectors are actually stored as arrays? You can store them in JSON type.
image

1 Like