You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'help' => __( '<b>External embedding processing:</b> An external process is providing the vector_embeddings meta field.<br><b>OpenAI:</b> Use the fields below to generate the embeddings.', 'elasticpress-labs' ),
$generator['help'] = __( '<b>ElasticPress.io:</b> Your vectors will be generated by the ElasticPress.io service.<br>', 'elasticpress-labs' ) . $generator['help'];
135
+
$generator['default'] = 'epio';
136
+
}
137
+
110
138
$this->settings_schema = [
139
+
$generator,
111
140
[
112
141
'key' => 'ep_embeddings_api_key',
113
142
'label' => __( 'OpenAI API Key', 'elasticpress-labs' ),
@@ -147,22 +176,7 @@ public function set_settings_schema() {
'help' => __( 'Enable this if an external process is providing the vector_embeddings meta field provided above with content. This will disable ElasticPress\'s control over embedding generation', 'elasticpress-labs' ),
0 commit comments