Top2Vec icon indicating copy to clipboard operation
Top2Vec copied to clipboard

Difference between "query_topics" and "add_documents"?

Open dror-kris opened this issue 2 years ago • 0 comments

Hi, I have trained a model on half of my large corpus and want to analyze the rest of my corpus using the existing model.

As far as I understand there are two possible methods to doing this - either running a query_topics() over each individual document, or adding the list of new documents via add_documents().

What is the difference between the two?

dror-kris avatar Jun 19 '22 14:06 dror-kris