Sublimity AI Chatbot for Google Gemini

AI-powered chatbot for WordPress that integrates with Google Gemini API and provides intelligent responses based on your website content.

3 database tables

Table NameDescriptionMethod
wp_ai_chatbot_cacheA cache table that stores temporary computed or fetched data.Static
wp_ai_chatbot_content_indexStores ai chatbot content index data created by this plugin.Static
wp_ai_chatbot_sessionsStores session data for tracking user or visitor state.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_options
Option key:sublimitychat_Option key:sublimitychat_activatedOption key:sublimitychat_backend_api_keyOption key:sublimitychat_backend_api_urlOption key:sublimitychat_cache_duration_hoursOption key:sublimitychat_chatbot_enabledOption key:sublimitychat_chatbot_placeholderOption key:sublimitychat_chatbot_positionOption key:sublimitychat_chatbot_primary_colorOption key:sublimitychat_chatbot_titleOption key:sublimitychat_content_indexing_enabledOption key:sublimitychat_gemini_api_keyOption key:sublimitychat_index_post_typesOption key:sublimitychat_last_reindexOption key:sublimitychat_max_conversation_lengthOption key:sublimitychat_needs_reindexOption key:sublimitychat_primary_colorOption key:sublimitychat_response_cache_enabledOption key:sublimitychat_secondary_colorOption key:sublimitychat_session_duration_hoursOption key:sublimitychat_system_promptOption key:sublimitychat_text_colorOption key:sublimitychat_web_search_default
wp_postmeta
Post meta