Skip to content

Commit

Permalink
bug fix missing encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Nov 13, 2023
1 parent 372c23f commit 348963b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions semantic_router/encoders/huggingface.py

This file was deleted.

2 changes: 0 additions & 2 deletions semantic_router/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from semantic_router.encoders import (
BaseEncoder,
CohereEncoder,
HuggingFaceEncoder,
OpenAIEncoder,
)

Expand All @@ -18,7 +17,6 @@ class Decision(BaseModel):


class EncoderType(Enum):
HUGGINGFACE = "huggingface"
OPENAI = "openai"
COHERE = "cohere"

Expand Down

0 comments on commit 348963b

Please sign in to comment.