Metadata-Version: 2.4
Name: ray-embedding
Version: 0.9.8
Summary: Deploy SentenceTransformers embedding models to a ray cluster
Author: Crispin Almodovar
Author-email: crispin.almodovar@docorto.ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# ray-embedding

A tool for deploying SentenceTransformers models to a ray cluster.

### Supports the following backends

- pytorch-gpu
- pytorch-cpu

### Planned:
- onnx-gpu
- onnx-cpu
- openvino-cpu
- fastembed-onnx-cpu
 
- spot instances
- grpc

### To build:
- python -m build
- twine upload dist/*

