-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support rerank models provided by vLLM, Xinference, Bedrock #572
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@jrj5423 is attempting to deploy a commit to the pingcap Team on Vercel. A member of the Team first needs to authorize it. |
By the way, I found that we have different names for the API endpoint URL of the model providers in different code files, for example, users need to fill in the "api_base" field in the config of the llm and embedding models, but in the config of the rerank model, users need to fill in the "api_url" field. Does it make sense to unify them as "api_base"? |
Agree to combine them into one var name. cc @Mini256 |
Changes requested were implemented. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Close #537.