as I understand it online topic modelling might be possible with Top2Vec, by calling add_documents and compute_topics together.
1) does this maintain currently existing topics and only add new ones? or does it completely refresh the topics?
2) how does the approach used in Top2Vec differ from that used by BERTopic, which uses River?
looking at the code it seems like compute_topics does a complete refresh, but just want to clarify. if this is the case, I might look at implementing something similar to BERTopic's approach for Top2Vec
as I understand it online topic modelling might be possible with Top2Vec, by calling add_documents and compute_topics together.
1) does this maintain currently existing topics and only add new ones? or does it completely refresh the topics?
2) how does the approach used in Top2Vec differ from that used by BERTopic, which uses River?
looking at the code it seems like compute_topics does a complete refresh, but just want to clarify. if this is the case, I might look at implementing something similar to BERTopic's approach for Top2Vec