Replies: 1 comment
-
Thank you for the kind words! I'm going to need a bit more information, such as the code that you have been using and the version of BERTopic. Also, what exactly is going slow for you? Is it the LLM or any other process? You can check this by setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, thanks for this amazing library.
I am working on a project where I need to process millions of rows of data from storage using LLM (Azure OpenAI) as representation model.
As far as i have seen the documentation, it seems like the calls happen sequentially, and it takes me days to complete the processing.
Is there a way to make it faster using either:
I have also removed umap with empty dimensionality model as it was also taking very long to process.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions