Skip to content

support qwen3-reranker#732

Open
lvjg wants to merge 3 commits intoLazyAGI:mainfrom
lvjg:main
Open

support qwen3-reranker#732
lvjg wants to merge 3 commits intoLazyAGI:mainfrom
lvjg:main

Conversation

@lvjg
Copy link

@lvjg lvjg commented Aug 28, 2025

No description provided.

@ChenJiahaoST
Copy link
Collaborator

_ No description provided. _

按照模板添加以下pr描述

Copy link
Collaborator

@JingofXin JingofXin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议直接接入:OnlineEmbeddingModule
image


@Reranker.register_reranker()
class UrlReranker(Reranker):
"""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

文档注释需要写到这里:lazyllm/docs/module.py



@Reranker.register_reranker()
class Qwen3Reranker(UrlReranker):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议参考这个来做:

class QwenReranking(OnlineEmbeddingModuleBase):



@Reranker.register_reranker()
class UrlReranker(Reranker):
Copy link
Collaborator

@JingofXin JingofXin Sep 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

都迁移到这里吧:lazyllm/module/llms/onlinemodule/supplier,作为Online的,不要作为local的。

@lvjg lvjg requested a review from a team as a code owner January 20, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants