Commit c6eb038
fix: drop unused OnnxProvider/PathInput re-export from common package
- Removed unused re-exports of `OnnxProvider` and `PathInput` from `qwen3_embed/common/__init__.py`.
- Updated `text_cross_encoder.py` and `onnx_text_cross_encoder.py` to import `OnnxProvider` directly from `qwen3_embed.common.types`.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent dfa6e97 commit c6eb038
3 files changed
Lines changed: 2 additions & 6 deletions
File tree
- qwen3_embed
- common
- rerank/cross_encoder
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments