添加 rerank 和 embedding模型支持,并且添加 onnx 模型

This commit is contained in:
273265088@qq.com
2026-03-24 16:18:39 +08:00
parent 77b244e53e
commit b8d8732c3d
28 changed files with 2130 additions and 158 deletions
+3
View File
@@ -54,3 +54,6 @@ ffmpeg = ["ffmpeg-next"]
needless_range_loop = "allow"
single_range_in_vec_init = "allow"
manual_div_ceil = "allow"
[dev-dependencies]
ort = { version = "2.0.0-rc.10", default-features = false, features = ["load-dynamic", "api-24"] }