nomic-embed-text model implementation (#13071)

This commit is contained in:
nicole pardal
2025-11-18 18:28:10 -08:00
committed by GitHub
parent 485da9fd35
commit 8de30b568a
5 changed files with 184 additions and 6 deletions

View File

@@ -156,6 +156,7 @@ func New(c fs.Config) (model.Model, error) {
)),
},
},
true,
)
default:
return nil, model.ErrUnsupportedTokenizer