Metadata-Version: 2.1
Name: text-embeddings
Version: 0.2.0
Summary: zero-vocab or low-vocab embeddings
License: MIT
Author: Chenghao Mou
Author-email: mouchenghao@gmail.com
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Pillow (>=8.3.1,<9.0.0)
Requires-Dist: einops (>=0.3.0,<0.4.0)
Requires-Dist: grpcio (==1.38.1)
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Requires-Dist: mmh3 (>=3.0.0,<4.0.0)
Requires-Dist: numpy (>=1.21.1,<2.0.0)
Requires-Dist: pdoc3 (>=0.9.2,<0.10.0)
Requires-Dist: pytest (>=6.2.4,<7.0.0)
Requires-Dist: scikit-learn (>=1.1.1,<2.0.0)
Requires-Dist: scipy (>=1.8.1,<2.0.0)
Requires-Dist: tokenizers (>=0.12.1,<0.13.0)
Requires-Dist: torch (>=1.12.0,<2.0.0)
Requires-Dist: transformers (>=4.8.2,<5.0.0)
