Sivakumar Sriumapathy
Sivakumar Sriumapathy
Hi, I believe I have a PR for this if that is okay: #2181
I might be missing something so apologies but it looks like there is already documentation for this: https://plotly.com/python/quiver-plots/. Looking at the codebase for the functions that creates the quiver plot...
ahh apologies my bad, I misunderstood the intent of the issue.
Interesting...when running it in google collab with the specified package versions that you had, it appears to work for me and didn't raise the error you mentioned. see [here](https://colab.research.google.com/drive/1HNoXpycHANOcngmag0aCIzj0Dru6xjIp?usp=sharing) Looking...
Hi, I would be interested in picking this up, if that is okay? I have experience with pytest framework which should help with this issue.
@PipaFlores @MaartenGr Started doing some investigations on what needs to be done. Running the command (for visibility **pytest -vv tests/ --cov=bertopic --cov-report term-missing**) to see lines within the codebase that...
Hi @PipaFlores to answer your question > couldn't we just use the same sub-sample of the 20newsgroup and use a seed for the UMAP? Looking a the confest.py file (this...
@MaartenGr Regarding this point: > Also, I have been caching as much as I could to increase the speed of the tests but they are still slower than I'd like....
Hi, I am not sure whether this has been resolved yet ( I am assuming it has not) but I think I have a workaround to your code which should...
Good point! In my case right now, the error would be raised when I instantiate the relevant LLM. I will look to try and find a suitable place to raise...