We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd5f3d commit a156be0Copy full SHA for a156be0
bundles.json
@@ -173,6 +173,7 @@
173
"hidream_i1_dev",
174
"hidream_i1_fast",
175
"hidream_i1_full",
176
+ "fufuse_options",
177
"index",
178
"index.ar",
179
"index.es",
templates/fuse_options.json
@@ -0,0 +1,12 @@
1
+{
2
+ "keys": [
3
+ { "name": "name", "weight": 0.3 },
4
+ { "name": "title", "weight": 0.3 },
5
+ { "name": "description", "weight": 0.1 },
6
+ { "name": "tags", "weight": 0.2 },
7
+ { "name": "models", "weight": 0.3 }
8
+ ],
9
+ "threshold": 0.33,
10
+ "includeScore": true,
11
+ "includeMatches": true
12
+}
0 commit comments