Skip to content

Commit

Permalink
remove abstract decorator from initialize in BaseEmbeddingEncoder
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Nov 1, 2024
1 parent df156eb commit deb4c4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unstructured/embed/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class EmbeddingConfig(BaseModel):
class BaseEmbeddingEncoder(ABC):
config: EmbeddingConfig

@abstractmethod
def initialize(self):
"""Initializes the embedding encoder class. Should also validate the instance
is properly configured: e.g., embed a single a element"""
Expand Down

0 comments on commit deb4c4e

Please sign in to comment.