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.
1 Like