Skip to content

pyproject.toml seems to be missing sentence-transformers dependency #92

Description

@lazydog2

ScaleDP/scaledp/models/embeddings/TextEmbeddings.py at master · StabRise/ScaleDP
https://github.com/StabRise/ScaleDP/blob/master/scaledp/models/embeddings/TextEmbeddings.py#L10

from scaledp import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "scaledp/scaledp/__init__.py", line 21, in <module>
    from scaledp.models.embeddings.TextEmbeddings import TextEmbeddings
  File "scaledp/scaledp/models/embeddings/TextEmbeddings.py", line 10, in <module>
    from sentence_transformers import SentenceTransformer
ModuleNotFoundError: No module named 'sentence_transformers'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions