AI Chat With Pages

An AI chatbot that allows users to chat with your site content.

5 database tables

Table NameDescriptionMethod
wp_actionscheduler_actionsStores actionscheduler actions data created by this plugin.Static
wp_actionscheduler_logsA logging table that records activity, events, or audit history.Static
wp_aichat_post_collectionStores aichat post collection data created by this plugin.Static
wp_aichat_post_embeddingsStores aichat post embeddings data created by this plugin.Static
wp_aichat_user_messagesStores aichat user messages data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_comments
Direct access
wp_options
Option key:aichwp_create_initial_embeddings_runningOption key:aichwp_embeddings_progressOption key:aichwp_embeddings_progress_semaphoreOption key:aichwp_post_embeddings_are_staleOption key:aichwp_settings
wp_postmeta
Post meta