Closed antas-marcin closed 9 months ago
This PR introduces USE_SENTENCE_TRANSFORMERS_VECTORIZER environment settings, when passed to download.py script, the transformers-inference module will use SentenceTransformers library when performing inferencing.
USE_SENTENCE_TRANSFORMERS_VECTORIZER
download.py
transformers-inference
SentenceTransformers
This PR introduces
USE_SENTENCE_TRANSFORMERS_VECTORIZER
environment settings, when passed todownload.py
script, thetransformers-inference
module will useSentenceTransformers
library when performing inferencing.