Improve the output precision of embedding models (#19092)
This commit is contained in:
@@ -32,8 +32,7 @@ TEXTS_2 = [
|
||||
EMBEDDING_MODELS = [
|
||||
EmbedModelInfo("jinaai/jina-embeddings-v3",
|
||||
architecture="XLMRobertaModel",
|
||||
is_matryoshka=True,
|
||||
dtype="float32")
|
||||
is_matryoshka=True)
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user