Jeremiah Jeschke

Results 2 comments of Jeremiah Jeschke

Any update to this? We're seeing the same issue.

Here's the code: ``` import logging from collections.abc import Iterable from typing import Any try: import sentence_transformers except ImportError: raise ImportError( 'sentence-transformers is required for HuggingFaceEmbedder. ' 'Install it with:...