Linux 软件免费装
Banner图

Ask My Content - AI Q&A Chatbot

开发者 ugoltsev
更新时间 2026年1月7日 02:53
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

ai chatbot knowledge-base content-search virtual-assistant

下载

0.5.1 0.6.0 0.7.0 0.4.2 0.4.3

详情介绍:

Ask My Content brings AI-powered question answering to your WordPress site. Instead of giving generic chatbot responses, this plugin indexes your site's content (pages and posts) and uses it to provide accurate, context-aware answers to visitors. Unlike standard content search plugins that rely on keyword matching, Ask My Content uses semantic embeddings and retrieval-augmented generation to return direct answers in full sentences. Key Features
🔒 Note: Your site's content and user questions are securely sent to an external AI service (OpenAI) for processing.

安装:

  1. Upload the plugin files to /wp-content/plugins/ask-my-content, or install via the WordPress Plugins screen.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Optionally configure settings in Dashboard → Ask My Content (backend API key, model options).
  4. Run the initial indexing from Dashboard → Ask My Content by pressing “Start Indexing”, or run wp amc index from the command line.
  5. Add the chatbot to a page using either:
  6. The shortcode: [ask_my_content]
  7. The Gutenberg block: "Ask My Content"

屏幕截图:

  • Dashboard - Ask My Content admin page.
  • Block Editor - Ask My Content block with align, size and colors params.

常见问题:

Does this plugin use my OpenAI API key?

By default, the plugin uses the developer's OpenAI API key on a secure backend (with generous usage limits). This means you don't need your own OpenAI API key. A future premium version will remove these limits and offer a dedicated Ask My Content API key for unlimited usage.

Will this slow down my site?

No. Heavy AI processing (embeddings, search, completions) happens on a separate Node.js backend service.

Can I choose what content is indexed?

Currently, posts and pages are indexed automatically. Future versions will allow selecting post types, categories, or custom content.

Is my data safe?

Yes. Content is transmitted securely to the backend.

Does this plugin support WordPress Multisite?

Not yet. Ask My Content is not currently compatible with WordPress multisite installations, so it must be activated on individual sites (no network-wide support yet).

Can I customize the shortcode output?

Yes. The [ask_my_content] shortcode accepts optional attributes such as title, sessionId, width, height, and the various color tokens (headerBackground, headerTextColor, chatBackground, chatUserBubble, chatBotBubble, inputBackground, inputTextColor). They map to the same style variables used by the block. See the inline comment above amc_render_chat_shortcode() in ask-my-content.php for the current list and defaults.

更新日志:

0.7.0 Chat now behaves more like a real conversation: each visitor/admin gets their own session so replies stick to their thread, and the chat window remembers recent history in the same tab when you come back. 0.6.0 Tested with WordPress 6.9 Fixed new Plugin Check complaints. 0.5.1 Improved chat error handling so the browser console surfaces the underlying API failure while the front-end shows a concise, user-friendly message. Chats now recover automatically when the 12-hour security token expires, so long conversations continue without forcing visitors to reload the page. 0.4.3 Changed the plugin name from "Ask My Content" to "Ask My Content - AI Q&A Chatbot" 0.4.2 Initial release – shortcode, block, automatic content sync, AI-powered answers.