chore(python): GTE embedding function model name update (#902)

Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
This commit is contained in:
Raghav Dixit
2024-01-30 13:26:29 -05:00
committed by Weston Pace
parent a41f7be88d
commit 61bf688e5b

View File

@@ -72,7 +72,7 @@ class GteEmbeddings(TextEmbeddingFunction):
if kwargs:
self.mlx = kwargs.get("mlx", False)
if self.mlx is True:
self.name == "gte-mlx"
self.name = "gte-mlx"
@property
def embedding_model(self):