You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I saw the recent update 956bb63 on v1.25.0-rc1 says it is supporting latest OpenAI embedding model text-embedding-3-large and text-embedding-3-small, But when i use EmbeddingRetriever, it still try to find the huggingface model of text-embedding-3-large, instead of using OpenAI embedding.
Error message
text-embedding-3-large is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=<your_token>`
Expected behavior
OpenAI instead of searching Huggingface for the OpenAI embedding model
Additional context
Seems like the new model name is not included in _infer_model_format of EmbeddingRetriever.
To Reproduce
initialize a retriever like the follow:
Describe the bug
I saw the recent update 956bb63 on v1.25.0-rc1 says it is supporting latest OpenAI embedding model text-embedding-3-large and text-embedding-3-small, But when i use EmbeddingRetriever, it still try to find the huggingface model of text-embedding-3-large, instead of using OpenAI embedding.
Error message
Expected behavior
OpenAI instead of searching Huggingface for the OpenAI embedding model
Additional context
Seems like the new model name is not included in _infer_model_format of EmbeddingRetriever.
To Reproduce
initialize a retriever like the follow:
FAQ Check
System:
The text was updated successfully, but these errors were encountered: