mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 10:52:56 +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:
@@ -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