{"slug":"ai-chat-with-pages","name":"AI Chat With Pages","description":"An AI chatbot that allows users to chat with your site content.","author":"AI Chat With Pages","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/ai-chat-with-pages/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"actionscheduler_actions","full_table_name":"wp_actionscheduler_actions","description":"Stores actionscheduler actions data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"actionscheduler_logs","full_table_name":"wp_actionscheduler_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"aichat_post_collection","full_table_name":"wp_aichat_post_collection","description":"Stores aichat post collection data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"name","type":"varchar(255)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_aichat_post_collection ( `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, `name` varchar(255) NOT NULL ) \");"},{"table_name":"aichat_post_embeddings","full_table_name":"wp_aichat_post_embeddings","description":"Stores aichat post embeddings data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"uuid","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"collection_id","type":"bigint(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"post_id","type":"bigint(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"post_type","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"document","type":"text","nullable":false,"primary_key":false},{"name":"metadata","type":"text","nullable":false,"primary_key":false},{"name":"vector","type":"text","nullable":false,"primary_key":false},{"name":"is_active","type":"tinyint(1)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_aichat_post_embeddings ( `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, `uuid` varchar(255), `collection_id` bigint(20) UNSIGNED, `post_id` bigint(20) UNSIGNED, `post_type` varchar(255), `document` text NOT NULL, `metadata` text NOT NULL, `vector` text NOT NULL, `is_active` tinyint(1) DEFAULT 1 ) \");"},{"table_name":"aichat_user_messages","full_table_name":"wp_aichat_user_messages","description":"Stores aichat user messages data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"user_hash","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"messages","type":"int(11)","nullable":false,"primary_key":false},{"name":"latest_hour","type":"int(11)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_aichat_user_messages ( `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, `user_hash` varchar(255) NOT NULL, `messages` int(11) NOT NULL DEFAULT 0, `latest_hour` int(11) NOT NULL ) \");"}],"table_count":5}