@c4a/core 0.4.15-beta.3 → 0.4.15-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8941,12 +8941,12 @@ var DEFAULT_SERVER_CONFIG = {
8941
8941
  enabled: false,
8942
8942
  provider: "huggingface",
8943
8943
  huggingface: {
8944
- model_id: "context4ai/Qwen3-Reranker-0.6B-seq-cls-ONNX",
8944
+ model_id: "onnx-community/bge-reranker-v2-m3-ONNX",
8945
8945
  dtype: "q8",
8946
8946
  cache_dir: "./models/reranker"
8947
8947
  },
8948
8948
  xenova: {
8949
- model_id: "context4ai/Qwen3-Reranker-0.6B-seq-cls-ONNX",
8949
+ model_id: "onnx-community/bge-reranker-v2-m3-ONNX",
8950
8950
  dtype: "q8",
8951
8951
  cache_dir: "./models/reranker"
8952
8952
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c4a/core",
3
- "version": "0.4.15-beta.3",
3
+ "version": "0.4.15-beta.4",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "picomatch": "^4.0.4",