I have a 2048 dimension numpy array. I want to store in postgresql and find.
I tried cube data type (I increased the size to 2048 dimension) but I get "row is too big" error because size is big
I tried to keep it as text but I can't get cosine similarity.
How do I store and find this data? It can be in a different database or method. I'm open to all kinds of suggestions