ddangelov / Top2Vec

Top2Vec learns jointly embedded topic, document and word vectors.
BSD 3-Clause "New" or "Revised" License
2.95k stars 374 forks source link

Isolated the generation of document vectors for external usage. #336

Open jpoisso opened 1 year ago

jpoisso commented 1 year ago

We need to send vectors to an external system for finer-grain KNN searching, and we would rather not use internal functions to accomplish this task.

HaraldKangSchroeder commented 1 year ago

Any news on this? I'd also like to get the vector representation of documents for the usage of external tools.