UZ AI Search
UZ AI Search
Description
👋 Note: Currently, the plugin’s backend interface and settings are fully in Spanish. We are actively working on translating it to English and other languages for future updates.
UZ AI Search transforms traditional WordPress search into a conversational experience using Artificial Intelligence.
Whether you need a conversational chatbot to provide customer support, or a smart informational search engine to help users explore your site’s content, UZ AI Search adapts completely to your needs. It allows your website visitors to find precise answers based exclusively on your own indexed content (posts, pages, products, and custom post types), utilizing OpenAI technology.
Key Features:
* Versatile Use Cases: Configure the AI as a friendly customer service assistant or a strict knowledge base search.
* Flexible Layout Options: Choose how the chat modal appears on your frontend (Centered popup, Fullscreen, or Left/Right Sidebars).
* Advanced Semantic Search: Understands the actual intent behind your users’ questions.
* Customizable Interface: Easily adjust themes (Light/Dark mode) to match your brand’s identity.
* Selective Content Indexing: Control exactly which post types feed the AI’s knowledge (based on your active plan).
Important: The AI search assistant will respond in the language you specify in its prompt instructions. Please note that the default instructions are currently in Spanish. If you want the AI to answer in English (or any other language), you simply need to translate or adjust the instructions in the plugin’s settings.
External services
This plugin connects to the UZER API (https://uzerdev.com/api/) to generate vector embeddings for semantic search, check subscription plan limits, and stream the AI chat responses back to the website. Here is the exact breakdown of the external requests made by the plugin:
- api/status: Verifies connection status and subscription limits.
- api/indexer: Processes public content to generate semantic embeddings.
- api/chat: Streams real-time AI responses based on site context.
This service is provided by “UZER”: terms of use, privacy policy.
Installation
- Upload the plugin folder to the
/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Follow the welcome screen instructions to activate your license.
- Go to ‘Uz Search’ in the side menu to configure your options and start bulk indexing.
Screenshots

Main configuration panel for UZ AI Search.

The AI-powered search engine in action on the frontend using the "Centered popup" layout.

Frontend view with the "Fullscreen" layout.

Frontend view with the "Right Sidebar" layout.

Frontend view with the "Left Sidebar" layout.

Frontend view using the "Fullscreen" layout with "Dark mode" enabled.
Faq
It currently uses gpt-4o-mini for chat and text-embedding-3-small for indexing, optimizing the balance between speed and cost.
Yes, the Standard plan or higher allows indexing of WooCommerce products.
Reviews
Changelog
1.0.4.2
- Refactor: Renamed all API endpoints to English (status, indexer, chat) for better consistency and international standards.
- Tweak: Implemented “Clean URLs” for all API communication, removing the .php extension from requests via server-side routing.
- Maintenance: Updated the external service disclosure in the readme to reflect the new clean API structure.
- Fix: Improved communication stability between the plugin and the remote server after the endpoint migration.
1.0.4.1
- Security: Implemented encrypted security tokens and header authentication for all API requests.
- Security: Hardened Freemius webhooks with IP and signature validation.
- Fix: Resolved a JSON response issue that prevented embeddings from being generated correctly.
- Tweak: General code cleanup and improved indexing error reporting.
1.0.4
- Fix: Resolved an issue where premium Custom Post Types (CPTs) remained locked after activating a paid license.
- Tweak: Added new layout descriptions and updated plugin banners.
1.0.3
- Fixed a conflict with WooCommerce native search forms bypassing the AI overlay.
- Fixed an issue where the dark/light theme preference was not applying correctly on the frontend.
- Improved the internal rules logic to properly hide source links when internal data is used.
- Updated readme.txt to include detailed external API usage and proper markdown links for policies.
1.0.2
- Major architecture update: Replaced all internal prefixes with ‘uzer_’ to prevent naming collisions.
- Security improvement: Removed inline scripts and styles, replacing them with standard wp_enqueue methods.
- Improved uninstallation process to fully integrate with Freemius SDK without tracking conflicts.
1.0.1
- Visual fix in the admin header to show the active plan.
- Fixed the “Upgrade plan” button redirection.
- Added missing license headers for WordPress.org compliance.
1.0.0
- Initial plugin release.