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:
Usage
- Access Settings: Go to
Notria AI Suiteunder theSettingsmenu in your WordPress admin dashboard. - Configure API Key: Enter your AI provider’s API Key in the ‘General’ section.
- Select AI Model: Choose your preferred AI model for text generation (e.g.,
gpt-3.5-turbo,gemini-pro). - Select Embeddings Model: Choose your preferred embeddings model (e.g.,
text-embedding-ada-002). - 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.
- 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.
- Chatbot Customization:
- Set a custom welcome message for your chatbot.
- Choose a primary color for the chatbot widget.
- Save Changes: Click ‘Save Changes’ to apply your configurations.
Installation
- Upload: Upload the
notria-ai-suitefolder to the/wp-content/plugins/directory. - Activate: Activate the plugin through the ‘Plugins’ menu in WordPress.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Notria AI Suite” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Notria AI Suite” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
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).
