Metadata-Version: 2.1
Name: bodhiext.sentence_transformers
Version: 0.1.2
Summary: Bodhilib plugin for Sentence Transformer Embedder
License: MIT
Requires-Python: >=3.8.1,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: bodhilib (>=0.1.0,<0.2.0)
Requires-Dist: pydantic (>=1,<2)
Requires-Dist: sentence-transformers (>=2.2.0,<3.0.0)
Requires-Dist: torch (==2.0.0)
Description-Content-Type: text/markdown

# SentenceTransformers Bodhilib plugin

[![License: MIT](https://img.shields.io/badge/license-MIT-blue)](https://github.com/BodhiSearch/bodhiext.sentence_transformers/blob/main/LICENSE)
![pypi](https://img.shields.io/pypi/v/bodhiext.sentence_transformers.svg)
[![CI/CD](https://github.com/BodhiSearch/bodhiext.sentence_transformers/actions/workflows/main.yml/badge.svg)](https://github.com/BodhiSearch/bodhiext.sentence_transformers/actions/workflows/main.yml)
[![Documentation Status](https://readthedocs.org/projects/bodhiextsentence-transformers/badge/?version=stable)](https://bodhiextsentence-transformers.readthedocs.io/en/stable/)

Bodhilib plugin for Sentence Transformer Embedder

* Free software: MIT license
* Documentation: <https:/>/bodhiext.sentence_transformers.readthedocs.io.

# Features

- TODO

# Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) forked and modified at [BodhiSearch/cookiecutter-plugin-template](https://github.com/BodhiSearch/cookiecutter-plugin-template).

