mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-20 13:53:36 -04:00
d6d697a41b
The sentence transformers was a dup of the HF one. This is a breaking change (model_name vs. model) for anyone using `SentenceTransformerEmbeddings(model="some/nondefault/model")`, but since it was landed only this week it seems better to do this now rather than doing a wrapper.