-
Notifications
You must be signed in to change notification settings - Fork 296
Description
Feature request
The Sentence Transformers based mpnet models are pretty popular for fast and cheap embeddings. It would be really helpful to support these, at a minimum those using the mpnet architecture, within the text embedding interface.
Motivation
As per sentence-transformers/multi-qa-mpnet-base-cos-v1 these models are still pretty popular. For anyone using them in production with a semantic search stack, it'd be preferable to support these models with a much faster inference stack than migrate to a new embedding model that might have different performance characteristics.
Your contribution
Once a CONTRIBUTING.md is written (it appears to not exist at the time of writing) I likely can find time to contribute to making this happen. I would benefit from some details about code organization and style preferences.