HR RAG Chatbot
AI-powered HR policy chatbot using RAG (Retrieval Augmented Generation) technology.
3 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_hr_rag_chats | Stores hr rag chats data created by this plugin. | Static |
| wp_hr_rag_chunks | Stores hr rag chunks data created by this plugin. | Static |
| wp_hr_rag_docs | Stores 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_optionsOption key:
hr_rag_db_versionOption key:hr_rag_options