mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* Add trust_remote_code init param to SentenceTransformer embedders * Add release note * Go with no kwargs solution * Update haystack/components/embedders/sentence_transformers_document_embedder.py Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com> * Pydoc fix --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
5 lines
171 B
YAML
5 lines
171 B
YAML
---
|
|
features:
|
|
- |
|
|
Add trust_remote_code parameter to SentenceTransformersDocumentEmbedder and SentenceTransformersTextEmbedder for allowing custom models and scripts.
|