Skip to content

Commit

Permalink
Fix enum for embedding model (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
FullMetalMeowchemist authored Sep 24, 2023
1 parent f9dfac1 commit 25f40d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/starpoint/embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


class EmbeddingModel(Enum):
MINILM = "MiniLm"
MINILM = "MINI_LM"


class EmbeddingClient(object):
Expand Down

0 comments on commit 25f40d5

Please sign in to comment.