plugin-icon

Creator Assistant Search

제작자: Alessandro Lioce·
Make your site search truly intelligent.
버전
1.0.0
최근 업데이트일
Aug 13, 2026
Creator Assistant Search

Creator Assistant Search is an add-on for Creator Assistant – Hub that brings AI-powered search to your WordPress site. When a visitor performs a search, the plugin retrieves the most semantically relevant content from your Qdrant vector database and generates a concise AI Overview (displayed at the top of the search results page) using OpenAI’s chat models.

How it works

  1. When a search query is submitted, the plugin converts it into a vector embedding via the Hub and queries your Qdrant collection for the most relevant content chunks.
  2. The matching chunks are assembled into a prompt and sent to the OpenAI Chat API to generate a short, direct answer.
  3. The answer is streamed progressively to the browser and displayed as an AI Overview panel above your search results, in both block themes and classic themes. Subsequent searches for the same query return the cached result instantly.

Key features

  • AI Overview panel: a concise AI-generated answer appears at the top of every search results page, based exclusively on your own site content.
  • Semantic search: results are ranked by semantic relevance (vector similarity) rather than keyword matching alone.
  • Block theme and classic theme support: the AI Overview is injected via the render_block_core/query filter in block themes, and via the loop_start action in classic themes.
  • Animated UI: the overview uses the Hub’s animated border component and the typed-text effect for a modern look.
  • Source attribution: the panel lists the source posts used to generate the answer.
  • Language-aware: the AI response is generated in the language of your site.
  • Color scheme: choose between automatic (follows system preference), light, or dark mode for the AI Overview panel from the WordPress Customizer (Appearance Customize AI Overview).
  • Streaming response: the AI answer is delivered via Server-Sent Events and typed progressively into the panel, with no page reload required.
  • Extensible: exposes filters and actions so other add-ons can customise the sources list, script data, and prompt context.

Requirements

  • Creator Assistant – Hub with OpenAI and Qdrant configured and at least one vectorizer active.
  • WordPress 6.6 or higher.
  • PHP 7.4 or higher.

External services

This plugin sends data to OpenAI to generate the AI Overview shown on your search results page. By using this plugin you agree to OpenAI’s terms and privacy policy.

This plugin relies on Creator Assistant – Hub for the OpenAI embeddings and Qdrant vector-search connections used to find relevant content for each query. See the Hub’s own “External services” section for details on that part of the data flow.

Data is only sent to OpenAI when a visitor performs a search on your site. Nothing is transmitted automatically upon activation.

Development

The source files for all compiled assets are included in the plugin under assets/src/.

Build tools required: Node.js (includes npm).

  1. Install dependencies: npm install
  2. Build JS and CSS: npm run build
    • JS only: npm run build:js (uses esbuild)
    • CSS only: npm run build:css (uses PostCSS + Sass)

Source JS files are in assets/src/js/ and compiled to assets/dist/js/. Source CSS/SCSS files are in assets/src/css/ and compiled to assets/dist/css/.

무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 7.1
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.