Would it be valuable to reorganize the dependencies using setuptools optional dependencies?
I find myself interested only in the sparse indexing bm25 but don't find it valuable to install torch, transformers etc... which are bloating my binaries.
I can put together a PR that can split the dependencies if it's aligned with the project's roadmap.
Would it be valuable to reorganize the dependencies using
setuptools
optional dependencies?I find myself interested only in the sparse indexing bm25 but don't find it valuable to install torch, transformers etc... which are bloating my binaries.
I can put together a PR that can split the dependencies if it's aligned with the project's roadmap.