=== Notria AI Suite === Contributors: airtonvancin Donate link: https://www.buymeacoffee.com/airton Tags: AI, Chatbot, Content Generation, RAG, WordPress Requires at least: 5.0 Tested up to: 6.9 Stable tag: 1.1.0 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt Supercharge your WordPress site with AI for content, chatbot, and forms. == Description == Supercharge your WordPress site with AI. Automate content creation, add a support chatbot, and enhance forms with this all-in-one productivity suite. This plugin also leverages Retrieval-Augmented Generation (RAG) to provide more informed and context-aware AI responses. This plugin connects to external AI services to provide its core functionalities, including content generation, chatbot responses, form analysis, and Retrieval-Augmented Generation (RAG). * **Supported Service Providers:** OpenAI, Anthropic (Claude), and Google Gemini. * **Used For:** * Generating text responses for the Support Chatbot. * Creating content for posts and pages via the Content Generator. * Analyzing form submissions in the Form Enhancer. * Generating embeddings for RAG (OpenAI recommended). * Generating images (OpenAI DALL-E). * **Data Sent:** * Text prompts entered by users. * Form submission data (when active). * Post and Page content (title and body) for RAG indexing. * **When:** Data is sent only upon explicit user trigger. * **Provider Links:** * [OpenAI Privacy Policy](https://openai.com/policies/privacy-policy) * [Anthropic Privacy Policy](https://www.anthropic.com/privacy) * [Google Privacy Policy](https://policies.google.com/privacy) == Installation == 1. **Upload:** Upload the `notria-ai-suite` folder to the `/wp-content/plugins/` directory. 2. **Activate:** Activate the plugin through the 'Plugins' menu in WordPress. == Usage == 1. **Access Settings:** Go to `Notria AI Suite` under the `Settings` menu in your WordPress admin dashboard. 2. **Configure API Key:** Enter your AI provider's API Key in the 'General' section. 3. **Select AI Model:** Choose your preferred AI model for text generation (e.g., `gpt-3.5-turbo`, `gemini-pro`). 4. **Select Embeddings Model:** Choose your preferred embeddings model (e.g., `text-embedding-ada-002`). 5. **Enable Modules:** In the 'Modules' section, activate the features you want to use: * **Content Generator:** For AI-powered content creation. * **Support Chatbot:** To add an AI-powered chatbot to your site. * **Form Enhancer:** To enhance your forms with AI capabilities. 6. **RAG (Retrieval-Augmented Generation):** * Enable RAG to allow the chatbot to use your site's content for more relevant responses. * Click "Index All Posts & Pages" to process your site's content. Monitor the indexing status. 7. **Chatbot Customization:** * Set a custom welcome message for your chatbot. * Choose a primary color for the chatbot widget. 8. **Save Changes:** Click 'Save Changes' to apply your configurations. == Screenshots == (No screenshots yet) == Changelog == = 1.1.0 = * Added support for multiple AI providers (OpenAI, Anthropic Claude, Google Gemini). * Added provider selection dropdown in the settings page. * Refactored API Manager to handle specific provider endpoints and payloads. * Moved AI Content Generator meta box to the "normal" context (below post content) for better UX. * Added support for "Page" post type in the AI Content Generator. * Changed Meta Box ID to force update layout for existing users. = 1.0.0 = * Initial release. * Implemented AI API integration. * Added Content Generator module. * Added Support Chatbot module with customizable color and welcome message. * Added Form Enhancer module. * Integrated RAG with site content indexing. * Improved settings page layout and sanitization. * Added i18n support (pt_BR, es_ES).