Commit fc4f490
fix: import TextCrossEncoder from source module and drop redundant re-export
Removed the unused re-export of TextCrossEncoder from
qwen3_embed/rerank/cross_encoder/__init__.py. Updated higher-level
__init__.py files to import TextCrossEncoder directly from its
source module to maintain the public API while cleaning up
the intermediate re-export.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 18c6666 commit fc4f490
3 files changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
0 commit comments