[WordPress] 外掛分享: Fast RAGbot

前言介紹

  • 這款 WordPress 外掛「Fast RAGbot」是 2025-11-29 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2025-12-01,距離現在已有 87 天。
  • 外掛最低要求 WordPress 6.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

adnanhanif920 |

外掛標籤

AI | rag | Gemini | openai | chatbot |

內容簡介

總結:Fast RAGbot 是一款智能聊天機器人,使用檢索擴增生成(RAG)技術,支持多個人工智能提供程序,僅基於您的網站內容提供準確答案。

問題與答案:
1. Fast RAGbot 主要特點有哪些?
- 多LLM支援:可以在Gemini、OpenAI(ChatGPT)或Claude之間做出選擇。
- 多域索引:最多可以索引3個不同的域。
- 文檔上傳:批量上傳PDF、DOCX、PPTX、XLSX、TXT、XML、CSV。
- 對話記憶:每次對話保留最後5次問答轉換。
- 智能追蹤:在找不到答案時提出問題建議。
- 小部件定制:自定義顏色、標誌、位置、主題CSS。
- 預對話表單:選擇性收集姓名/電子郵件。
- 聊天日誌:完整的對話記錄,可導出CSV。
- 短代碼支援:使用[ragbot_chat]將聊天嵌入任何位置。
- 紮實的回應:僅基於您的內容提供答案,無幻覺。
- 來源引用:提供來源頁面的URL以確保透明度。
- 手機響應式:在所有設備上完美運行。
- 安全優先:速率限制、一次性號碼和適當的消毒。

2. Fast RAGbot 的工作原理是怎樣的?
- 爬取和索引您的網站內容。
- 使用Google Gemini創建語義嵌入。
- 根據用戶問題檢索相關內容。
- 生成帶有來源引用的上下文答案。
- 在浮動聊天小部件中顯示回應。

3. Fast RAGbot 最適合用於哪些情況?
- 客戶支持自動化。
- 常見問題解答協助。
- 產品信息查詢。
- 公司信息查閱。
- 文件協助。

HTML編碼可提供的該段簡要摘要和問答示例如下:

```html
<ul>
<li>Fast RAGbot 是一款智能聊天機器人,使用檢索擴增生成(RAG)技術。</li>
<li>主要特點包括:</li>
<ul>
<li>多LLM支援</li>
<li>多域索引</li>
<li>文檔上傳</li>
<li>對話記憶</li>
<li>智能追蹤</li>
</ul>
<li>工作原理:</li>
<ul>
<li>爬取和索引網站內容</li>
<li>生成語義嵌入</li>
<li>檢索相關內容</li>
</ul>
<li>最適合用於:</li>
<ul>
<li>客戶支持自動化</li>
<li>FAQ協助</li>
<li>產品信息查詢</li>
</ul>
</ul>
```

原文外掛簡介

Fast RAGbot is an intelligent chatbot that uses Retrieval-Augmented Generation (RAG) with support for multiple AI providers to provide accurate answers based exclusively on your website content.
Key Features:

Multi-LLM Support: Choose between Gemini, OpenAI (ChatGPT), or Claude
Multi-Domain Indexing: Index up to 3 different domains
Document Upload: Bulk upload PDF, DOCX, PPTX, XLSX, TXT, XML, CSV
Conversation Memory: Maintains last 5 Q&A turns per session
Smart Follow-ups: Suggests questions when answer not found
Widget Customization: Custom colors, logo, position, theme CSS
Pre-chat Form: Optional name/email collection
Chat Logs: Full conversation logging with CSV export
Shortcode Support: Embed chat anywhere with [ragbot_chat]
Grounded Responses: Answers only from your content – no hallucinations
Source Citations: Provides URLs of source pages for transparency
Mobile Responsive: Works perfectly on all devices
Security First: Rate limiting, nonces, and proper sanitization

How It Works:

Crawls and indexes your website content
Creates semantic embeddings using Google Gemini
Retrieves relevant content based on user questions
Generates contextual answers with source citations
Displays responses in a floating chat widget

Perfect For:

Customer support automation
FAQ assistance
Product information queries
Company information lookup
Documentation assistance

External Services & Data Usage
This plugin connects to external AI services to provide chatbot functionality. Below is a detailed explanation of what data is transmitted and how it is used.
External Services Used
Google Gemini API (https://ai.google.dev/)
* Used for: Text embeddings and AI text generation
* Data sent: User questions, website content chunks, conversation history
* Privacy Policy: https://policies.google.com/privacy
* Terms of Service: https://policies.google.com/terms
OpenAI API (https://openai.com/) – Optional
* Used for: Text embeddings and AI text generation (when selected as active model)
* Data sent: User questions, website content chunks, conversation history
* Privacy Policy: https://openai.com/privacy/
* Terms of Service: https://openai.com/terms/
Claude API by Anthropic (https://anthropic.com/) – Optional
* Used for: Text embeddings and AI text generation (when selected as active model)
* Data sent: User questions, website content chunks, conversation history
* Privacy Policy: https://www.anthropic.com/privacy
* Terms of Service: https://www.anthropic.com/legal/terms
What Data Is Transmitted

User’s Question: The text message submitted by the website visitor
Retrieved Document Chunks: Relevant excerpts from your indexed website content (typically 5-8 chunks of ~1000 characters each)
Conversation History: Last 5 question-answer pairs from the current session
Model Parameters: Temperature (0.1), max tokens (1000), and other generation settings

Data Usage & Storage

Data is transmitted only for generating responses to user questions
No data is stored or used for training by external AI providers (per their API terms)
Data transmission occurs in real-time and is not cached by the plugin on external servers
All API communications use HTTPS encryption

Local WordPress Storage
The plugin stores the following data in your WordPress database:
Options (wp_options table):
* ragbot_settings – Plugin configuration including API keys, widget settings, and preferences
Custom Tables:
* wp_rag_docs – Indexed website pages and uploaded documents
* wp_rag_chunks – Text chunks created from indexed content
* wp_rag_embeddings – Vector embeddings for semantic search
* wp_rag_sources – Content source configurations (domains, settings)
* wp_rag_logs – Chat conversation logs (optional, includes user name/email if pre-chat form enabled)
* wp_rag_url_queue – Queue of URLs pending indexing
Session Data:
* PHP sessions store temporary conversation history (cleared when session ends)
* Browser sessionStorage stores chat UI state (cleared when tab closes)
Data Control & Privacy
User Control:
* Delete API keys anytime from Settings > Fast RAGbot > Models tab
* Clear all indexed content using “Clear Index” button
* Reset plugin settings to defaults
* Export or delete chat logs from Settings > Fast RAGbot > Chat Logs tab
Data Deletion:
* Deactivating the plugin preserves your data
* Uninstalling the plugin removes all database tables and options
* Use “Clear Index” to remove indexed content without uninstalling
Privacy Compliance:
* No data is shared with third parties except your chosen AI provider
* Chat logs are optional and stored locally in your database
* Pre-chat form (name/email collection) is optional and disabled by default
* All user inputs are sanitized and validated
* Rate limiting prevents abuse (10 requests per 60 seconds per IP)
Developer Privacy Policy
For questions about data handling, please review:
* Your chosen AI provider’s privacy policy (links above)
* Your own website’s privacy policy (you are the data controller)
* WordPress.org privacy guidelines: https://wordpress.org/about/privacy/
Privacy Policy
This plugin acts as a data processor, sending user questions to your chosen AI provider. You (the site owner) are the data controller and responsible for:
* Disclosing AI service usage in your privacy policy
* Obtaining user consent where required by law (GDPR, CCPA, etc.)
* Ensuring compliance with local privacy regulations
The plugin stores chat logs locally in your database. If you enable the pre-chat form, user names and emails are stored and should be disclosed in your privacy policy.
Support
For support, please visit the plugin’s support forum or contact the developer.
Credits

Supports embeddings and text generation using Google Gemini, OpenAI, or Claude.
Built with WordPress coding standards
Follows accessibility best practices

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Fast RAGbot」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


2.0.0 | trunk |

延伸相關外掛(你可能也想知道)

  • AI Bud – AI Content Generator, AI Chatbot, ChatGPT, Gemini, GPT-4o 》【在WordPress上安裝AI Buddy插件,實現快速生成多語言文本和圖片。】AI Buddy主要分為Content Builder,Image Generator和Playground等幾個模塊。Content Bu...。
  • BotWriter – Free AI Content Generator 》**總結:**, BotWriter 是一個讓你可以利用人工智慧自動創建部落格文章的 WordPress 外掛。透過自訂參數,讓機器人根據您的設定來撰寫文章。, , **問題與答案:...。
  • StifLi Flex MCP – AI Chat Agent and MCP Server 》總結: StifLi Flex MCP 將您的 WordPress 網站轉換為功能強大的模型上下文協議(MCP)伺服器,提供 117 個工具供 AI 助理(如 ChatGPT、Claude 和 LibreChat...。
  • HHG for TranslatePress 》總結文案:, HHG for TranslatePress 是一個增強外掛,用於擴展 TranslatePress 多語言外掛的自動翻譯功能。它整合了主流的 AI 翻譯引擎,如 Google Gemini、...。
  • MAIO – The new AI GEO / SEO tool 》總結:, 這個外掛能夠幫助你的網站優化到AI驅動的發現工具,如ChatGPT(OpenAI)、Perplexity、Claude(Anthropic)、Google Gemini、Meta AI等,結合了傳統S...。
  • Ai Auto Tool Content Writing Assistant All in One 》總結: aiautotool 是一個 AI 動力的大量 WordPress 管理系統,能幫助使用者快速且輕易地創造高品質、SEO 最佳化的內容。, , 問題與答案:, 問題1: aiautotoo...。
  • Limb AI Chatbot 》總結:AI Chatbot by Limb 可讓您的網站互動,在實際內容訓練的智能對話機器人的支援下,以您自己的 OpenAI 或 Gemini API 金鑰,從網頁、文章、自訂文章類型...。
  • Trendly AI Post – Trending Topics from Google News 》總結: Trendly AI Post 是一款革命性的 WordPress 外掛,透過結合 Google Gemini AI 和即時流行新聞數據的力量,自動生成引人入勝、符合 SEO 要求的文章,讓...。
  • Ai Sales Agent (ASA) 》```html, <!DOCTYPE html>, <html>, <body>, , <p>Ai Sales Agent (ASA) 是一個前衛的 WordPress 外掛,革新了您與網站訪客互動的方...。
  • MP AI Content Generator 》總結文案:, 「MP AI Content Generator」外掛將Google Gemini和OpenAI(ChatGPT)強大的人工智慧功能無縫集成到WordPress文章和頁面編輯器中。透過提供提示...。
  • LS – AI Image Generator 》**總結:**, LS - AI Image Generator讓您可以使用自己的API密鑰直接在WordPress編輯器內生成高質量的AI圖像。這個外掛針對希望在沒有外部訂閱或隱藏費用的情...。
  • AI Try-On Assistant 》總結:這是一個 WooCommerce AI 虛擬試衣助手,讓顧客使用 Google Gemini AI 嘗試衣服、髮型和化妝,提供先進的電腦視覺效果技術,讓顧客在購買前可以虛擬試...。
  • AI Product Description Generator 》<b>外掛總結:</b>, 這個外掛可利用人工智能自動生成產品描述,並支援不同類型的 API 提供者,非常適合電子商務店主、行銷人員或開發人員使用。,...。
  • RenewAI Post Creator 》總結:RenewAI Post Creator 是一款強大的 WordPress 外掛,利用先進的 AI 模型生成高質量的部落格內容。免費版支援 OpenAI,而高級版提供了額外的 AI 提供者...。
  • AIKCT Engine Chatbot 》總結:, 這個 WordPress 外掛可以自動將文章翻譯成多種語言,並且使用 Google Translate API 和 Polylang 來實現。這對於多語言 SEO 來說非常有用。, , 問題...。

文章
Filter
Apply Filters
Mastodon