[WordPress] 外掛分享: Creator Assistant Hub

首頁外掛目錄 › Creator Assistant Hub
WordPress 外掛 Creator Assistant Hub 的封面圖片
全新外掛
安裝啟用
尚無評分
14 天前
最後更新
問題解決
WordPress 6.6+ PHP 7.4+ v1.0.0 上架:2026-03-19

內容簡介

Creator Assistant Hub 是 Creator Assistant 生態系的核心基礎外掛,能將您的 WordPress 網站連接至 OpenAI 和 Qdrant,自動生成並儲存內容的向量嵌入,實現語意搜尋及 AI 驅動的功能。

【主要功能】
• 自動文章向量化:發佈或更新文章時自動生成向量
• 基於區塊的向量化:將文章內容分割為單字級別片段
• 總結向量化:生成文章的 AI 簡短摘要
• 背景批次向量化:每小時自動處理未向量化的文章
• OpenAI 整合:使用 OpenAI Embeddings API 進行向量化
• Qdrant 整合:儲存和檢索向量嵌入於 Qdrant Cloud 集群

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Creator Assistant Hub」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Creator Assistant Hub is the core infrastructure plugin of the Creator Assistant ecosystem. It connects your WordPress site to OpenAI and Qdrant to automatically generate and store vector embeddings for your content, enabling semantic search and AI-powered features.
How it works
The Hub is the shared infrastructure layer for the Creator Assistant ecosystem. When a compatible add-on is active and activates a vectorizer, the plugin generates vector embeddings via the OpenAI API and stores them in your Qdrant vector database cluster whenever a post is published or updated. This makes your content available for semantic search and retrieval by Creator Assistant add-ons. Without an active add-on, the Hub runs in standby mode — no content is sent to external services.
Key features

Automatic post vectorization — when an add-on activates a vectorizer, embeddings are generated and stored whenever a post is published or updated. Without an active add-on, no vectorization takes place.
Chunk-based vectorization — splits post content into word-level segments and stores each chunk as a separate Qdrant point, enabling fine-grained retrieval (activated by add-ons via filter).
Summary-based vectorization — generates a short AI summary of each post via OpenAI Chat Completions, then embeds and stores a single point per post for high-level semantic search (activated by add-ons via filter).
Background batch vectorization — an hourly cron job automatically picks up any existing posts that have not yet been vectorized, so your entire content library is indexed without manual intervention.
OpenAI integration — uses the text-embedding-3-small model (1536 dimensions) via the OpenAI Embeddings API for all vectorizers; the Summary vectorizer additionally calls the OpenAI Chat Completions API (gpt-4.1-nano) to generate post summaries.
Qdrant integration — stores and retrieves vector embeddings from your Qdrant Cloud cluster. Two collections are used: post_chunk for chunk-level points and post_summary for post-level summary points.
Block editor panel — shows the vectorization status of each post directly in the block editor sidebar (document settings panel).
Post list column — adds a “Vector Status” column to the posts and pages admin list, showing the vectorization status of each entry at a glance.
Settings page — configure OpenAI API key, Qdrant endpoint and API key, and cache expiration from a dedicated admin page.
API response caching — configurable cache duration to reduce API usage and latency.
Site Health check — reports the Hub service status in the WordPress Site Health screen.
Qdrant keep-alive — sends a daily lightweight ping to prevent free-tier Qdrant Cloud clusters from being suspended.
WPML compatible — detects the post language via WPML hooks (when WPML is active) and includes it in the Qdrant payload for multilingual filtering.
Extensible — exposes actions and filters so add-ons can register additional post types, override vectorizer behaviour, customise Qdrant payloads, and add settings tabs.

Requirements

An OpenAI account with a valid API key.
A Qdrant Cloud account with an active cluster (free tier is supported).
WordPress 6.6 or higher.
PHP 7.4 or higher.

External services
This plugin connects to two third-party services. By using this plugin you agree to their respective terms and privacy policies.

OpenAI — used to generate vector embeddings from your post content via the Embeddings API. When the Summary vectorizer is active (enabled by an add-on), post content is also sent to the Chat Completions API to generate a short AI summary before embedding.

Service: https://platform.openai.com/
Privacy Policy: https://openai.com/policies/privacy-policy
Terms of Use: https://openai.com/policies/terms-of-use

Qdrant Cloud — used to store and query vector embeddings.

Service: https://cloud.qdrant.io/
Privacy Policy: https://qdrant.tech/legal/privacy-policy/
Terms of Service: https://qdrant.tech/legal/terms_and_conditions/

Data is only transmitted to these services after you explicitly accept the Creator Assistant Terms of Service in the plugin settings and provide your own API credentials. No data is transmitted automatically upon activation.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon