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 b88a810 commit 2970737Copy full SHA for 2970737
docs/optimizer_config.schema.json
@@ -266,12 +266,6 @@
266
"description": "Whether to use embeddings caching.",
267
"title": "Use Cache",
268
"type": "boolean"
269
- },
270
- "freeze": {
271
- "default": true,
272
- "description": "Whether to freeze the model parameters.",
273
- "title": "Freeze",
274
- "type": "boolean"
275
}
276
},
277
"title": "EmbedderConfig",
@@ -578,8 +572,7 @@
578
572
"query_prompt": null,
579
573
"passage_prompt": null,
580
574
"similarity_fn_name": "cosine",
581
- "use_cache": true,
582
- "freeze": true
575
+ "use_cache": true
583
576
584
577
585
"cross_encoder_config": {
0 commit comments