-
|
Is there a complete list of all embedding model supported specifically for chunking (i.e. specifically for semantic or SDPM)? Outside of the ones directly listed as example in the docs ( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I'm more just looking for a full definitive list of what can be called |
Beta Was this translation helpful? Give feedback.
-
|
Hey @gp48maz1! For semantic and SDPM, you can call in any model from the providers, which at the moment are — If you're not able to load a particular model with these providers, that would be a bug so feel free to raise an issue for it, so we could resolve that. But otherwise, these should work! Thanks 😊 |
Beta Was this translation helpful? Give feedback.
Hey @gp48maz1!
For semantic and SDPM, you can call in any model from the providers, which at the moment are —
Model2Vec,SentenceTransformers,OpenAIandCohere. Since some of them provide a long list of models (likeSentenceTransformers) that they support, we don't have a definitive list as it would very quickly become stale.If you're not able to load a particular model with these providers, that would be a bug so feel free to raise an issue for it, so we could resolve that. But otherwise, these should work!
Thanks 😊