radames HF staff commited on
Commit
d98e36f
1 Parent(s): a6a4802

Update utils.js

Browse files
Files changed (1) hide show
  1. utils.js +5 -0
utils.js CHANGED
@@ -64,6 +64,11 @@ const MODELS = {
64
  search_prefix: "",
65
  document_prefix: "",
66
  },
 
 
 
 
 
67
  };
68
  export function getModelInfo(id) {
69
  return {
 
64
  search_prefix: "",
65
  document_prefix: "",
66
  },
67
+ bge_micro: {
68
+ base_url: "https://huggingface.co/TaylorAI/bge-micro/resolve/refs%2Fpr%2F1/",
69
+ search_prefix: "",
70
+ document_prefix: "",
71
+ },
72
  };
73
  export function getModelInfo(id) {
74
  return {