We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c20546 commit 5a6917dCopy full SHA for 5a6917d
docs/optimizer_config.schema.json
@@ -494,16 +494,7 @@
494
}
495
},
496
"embedder_config": {
497
- "$ref": "#/$defs/EmbedderConfig",
498
- "default": {
499
- "default_prompt": null,
500
- "classification_prompt": null,
501
- "cluster_prompt": null,
502
- "sts_prompt": null,
503
- "query_prompt": null,
504
- "passage_prompt": null,
505
- "use_cache": true
506
- }
+ "$ref": "#/$defs/EmbedderConfig"
507
508
"cross_encoder_config": {
509
"$ref": "#/$defs/CrossEncoderConfig",
0 commit comments