feat: add embedding and rerank support

This commit is contained in:
Kayphoon
2026-05-03 17:32:41 +08:00
parent 3e2eca4fd0
commit 5abe664d65
87 changed files with 5520 additions and 184 deletions

View File

@@ -161,6 +161,7 @@ fn sample_provider_model(
Some(global_model_name.to_string()),
None,
None,
None,
Some(json!({ "model_mappings": mappings })),
)
.expect("provider model should build")