remove BGE reranker client from cross_encoder initializatio nto preve… (#296)
* remove BGE reranker client from cross_encoder initializatio nto prevent loading of sentence transformers * remove bge reranker client import
This commit is contained in:
parent
5cad6c8504
commit
f651984bd8
1 changed files with 1 additions and 2 deletions
|
|
@ -14,8 +14,7 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from .bge_reranker_client import BGERerankerClient
|
|
||||||
from .client import CrossEncoderClient
|
from .client import CrossEncoderClient
|
||||||
from .openai_reranker_client import OpenAIRerankerClient
|
from .openai_reranker_client import OpenAIRerankerClient
|
||||||
|
|
||||||
__all__ = ['CrossEncoderClient', 'BGERerankerClient', 'OpenAIRerankerClient']
|
__all__ = ['CrossEncoderClient', 'OpenAIRerankerClient']
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue