I have a list of words whose vector embeddings I got by using spacy's pre trained model en_core_web_lg.
My questions are two fold
Can these word vectors be fed into Annoy like algorithm? Can I get say 20 groups, each group containing around 100 words?
I would be grateful for any resources/code.