Metadata-Version: 2.1
Name: onnx_embedding_models
Version: 0.0.14
Summary: Python utility for text embeddings in ONNX.
Author-email: Benjamin Anderson <ben@trytaylor.ai>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tqdm
Requires-Dist: onnxruntime
Requires-Dist: numpy
Requires-Dist: transformers
Requires-Dist: huggingface_hub
Requires-Dist: scipy

# onnx_embedding_models
utilities for loading and running text embeddings with onnx

## CHANGELOG

0.0.14 - 2024-06-19
- support for loading from any huggingface repo with from_pretrained (provided it has a tokenizer and some onnx model in it)
- added mxbai-embed-large to the model registry
- embedding model `.encode` method now returns numpy arrays by default instead of lists
