HR RAG Chatbot

AI-powered HR policy chatbot using RAG (Retrieval Augmented Generation) technology.

3 database tables

Table NameDescriptionMethod
wp_hr_rag_chatsStores hr rag chats data created by this plugin.Static
wp_hr_rag_chunksStores hr rag chunks data created by this plugin.Static
wp_hr_rag_docsStores hr rag docs 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_options
Option key:hr_rag_db_versionOption key:hr_rag_options