Python - от Most_similars Ldictionary

most_similars_precalc = {k : model.wv.most_similar(k) for k in model.wv.index2word}
Andrea Perlato