Open
Description
name: Feature request
about: Suggest an idea for this project
Multi-language text embeddings models like arctic_embed_m_v2_0 do not use vocab.txt files are currently not supported by AddBertOnnxEmbeddingGenerator(). The following throws an exception:
builder.Services.AddBertOnnxEmbeddingGenerator(
onnxModelPath: "....\arctic_embed_m_v2_0_model_int8.onnx",
vocabPath: null
);
The embeddings generator should support these newer models.
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog: Planned