David Mark Nemeskey
David Mark Nemeskey
@dmastylo but doesn't that completely defeat the purpose of the library, i.e. to be able to access all major LLMs with (almost) the same code?
@123Soham-bhatia Of course, I would be happy to see this being worked on. I am not a Gensim developer, however, so I won't be able to guide you / merge...
@123Soham-bhatia As I said, I am not a Gensim developer, so I don't have write access to this repo.
@DetachHead As many have mentioned on the corresponding [pyright ticket](https://github.com/microsoft/pyright/issues/9793), `Optional` and `Union` are not deprecated and the documentation does not actually recommend using the `X | None` syntax; it...
@KotlinIsland Do you mean `deprecateTypingAliases`? Doesn't that also disable warning for actually deprecated constructs, such `List`? I don't see how `X | None` is better than `Optional[X]`. In any case,...
I can confirm that with `notebook`, the number and size of the dependencies is much less. Still a bit more than with `pip install jupyter`, though. Sticking with `conda`, these...
I can confirm. Same spacy version, same error.
Yes, but `note` is not usable if you (as most non-English speakers would) publish in multiple languages and (heaven forbid) want to have a single `.bib` database. Whether there is...