mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 02:42:57 +00:00
chore(python): GTE embedding function model name update (#902)
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
This commit is contained in:
committed by
Weston Pace
parent
a41f7be88d
commit
61bf688e5b
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user