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
As the title suggests, I want to be able to utilize an open source embedding model from huggingface such that I don't require openAI or any other api driven embedding model for the actual routing done in mf routing. I'm able to dig into the source code in the routellm package and accomplish this by modifying the matrix_factorization.model.py file as well as controller.py and routers.py, but it would be great if this option was already available
The text was updated successfully, but these errors were encountered:
As the title suggests, I want to be able to utilize an open source embedding model from huggingface such that I don't require openAI or any other api driven embedding model for the actual routing done in mf routing. I'm able to dig into the source code in the routellm package and accomplish this by modifying the
matrix_factorization.model.py
file as well ascontroller.py
androuters.py
, but it would be great if this option was already availableThe text was updated successfully, but these errors were encountered: