I converted the Glove 840B text file into JSON vectors in the format of {"word": [300 Dimensional feature vector]}, and I need to query this JSON file thousands of times in my program to get vectors for thousands of words.
I was thinking of storing this JSON file in an alternative format, like a SQL database, but I'm not sure.
Any help would be appreciated, thanks!