Remove namespace prefix from SentenceTransformerModel cfg loader.
The current implementaton restricts the use of SentenceTransformerModel to the hugging face models in the sentence-transformers namespace. Removing this prefix enables loading from other namespaces e.g. intfloat/e5-* or from a local path
Remove namespace prefix from
SentenceTransformerModel
cfg loader.The current implementaton restricts the use of
SentenceTransformerModel
to the hugging face models in thesentence-transformers
namespace. Removing this prefix enables loading from other namespaces e.g.intfloat/e5-*
or from a local path