PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / 3.2.2
MxChat – AI Chatbot & Content Generation for WordPress v3.2.2
3.2.21 3.2.20 3.2.19 3.2.18 3.2.17 3.2.16 3.2.15 3.2.14 3.2.12 3.2.13 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 3.2.6 3.2.5 3.2.4 3.2.3 3.2.2 3.2.1 2.0.3 2.0.4 2.0.5 2.0.6 All 152 releases
← All changes | admin/class-knowledge-manager.php +1 -2 3.2.33.2.2 View file →
@@ -602,12 +602,11 @@
602 602 array(
603 603 'article_content' => $article_content,
604 604 'embedding_vector' => $embedding_vector_serialized,
605 605 'source_url' => $article_url,
606 - 'embedding_model' => MxChat_Utils::get_active_embedding_model(),
607 606 ),
608 607 array('id' => $prompt_id),
609 - array('%s', '%s', '%s', '%s'),
608 + array('%s', '%s', '%s'),
610 609 array('%d')
611 610 );
612 611 if ($updated !== false) {
613 612 wp_send_json_success();