Title: Papaya Assist – AI Chatbot for WordPress (RAG Knowledge Base Support)
Author: wengjiyao
Published: <strong>May 18, 2026</strong>
Last modified: May 22, 2026

---

Search plugins

![](https://ps.w.org/papaya-assist/assets/banner-772x250.png?rev=3535788)

![](https://ps.w.org/papaya-assist/assets/icon-256x256.png?rev=3535788)

# Papaya Assist – AI Chatbot for WordPress (RAG Knowledge Base Support)

 By [wengjiyao](https://profiles.wordpress.org/wengjiyao/)

[Download](https://downloads.wordpress.org/plugin/papaya-assist.1.5.7.zip)

 * [Details](https://vec.wordpress.org/plugins/papaya-assist/#description)
 * [Reviews](https://vec.wordpress.org/plugins/papaya-assist/#reviews)
 *  [Installation](https://vec.wordpress.org/plugins/papaya-assist/#installation)
 * [Development](https://vec.wordpress.org/plugins/papaya-assist/#developers)

 [Support](https://wordpress.org/support/plugin/papaya-assist/)

## Description

Papaya Assist is an AI chatbot plugin for WordPress that turns your website into
a smart support system powered by Retrieval-Augmented Generation (RAG).

Instead of generic AI answers, the chatbot responds using your own content — including
FAQs, product documentation, help articles, policies, and manuals. This makes it
ideal for customer support, knowledge bases, SaaS onboarding, and eCommerce support
automation.

With Papaya Assist, you can deploy a fully functional AI support chatbot in minutes—
no coding, no training models, and no complex setup required.

The chatbot appears as a floating chat widget on every page of your WordPress site
and works seamlessly on desktop and mobile.

**Key Features:**

 * AI chatbot for WordPress powered by OpenAI and RAG
 * Upload documents (PDF, DOCX, TXT) to build your knowledge base
 * Automatic AI customer support based on your website content
 * One-click setup from WordPress admin (no external setup required)
 * Fully customizable chat widget (colors, title, branding)
 * Real-time streaming AI responses for natural conversation experience
 * Secure document processing with vector search (Pinecone)
 * Mobile-friendly chat widget with fullscreen mobile mode
 * Lightweight frontend — no heavy CSS or JS libraries
 * Works with most WordPress themes and caching plugins

**How It Works:**

 1. Install and activate Papaya Assist
 2. Sign up or log in from your WordPress dashboard
 3. Upload your documents (FAQ, guides, manuals, policies)
 4. Click “Process Documents” to build your AI knowledge base
 5. The chatbot automatically answers visitor questions using your content

### Third-Party Services

This plugin uses external services provided by Papaya Assist to deliver AI chatbot
functionality. No data is sent to third-party services until you activate the plugin
and connect an account.

#### Papaya Assist Admin API

 * URL: https://34i2s32sx774dqpo6wssfi2jzy0ycwmw.lambda-url.us-east-1.on.aws
 * Purpose: Account login, authentication, document upload, ingestion, usage tracking,
   and account management
 * Data sent: email, API key, tenant ID, file metadata, and passwords (secure HTTPS)

#### Papaya Assist Chat API

 * URL: https://iirqt9b6h3.execute-api.us-east-1.amazonaws.com/Prod/chat
 * Purpose: Non-streaming chatbot responses
 * Data sent: visitor messages, conversation history (last 10 messages), tenant 
   ID

#### Papaya Assist Streaming API

 * URL: https://dd63bb6z7j4r7pyiwvi5sqmhcq0gsgyz.lambda-url.us-east-1.on.aws/
 * Purpose: Real-time streaming AI chat responses (default mode)
 * Data sent: visitor messages, conversation history (last 10 messages), tenant 
   ID

#### Papaya Assist Authentication

 * URL: https://weng.ca/auth/chatbot/
 * Purpose: Sign up / login for plugin activation
 * Data sent: tenant ID (URL parameter only)

#### Amazon S3 (Document Storage)

 * Purpose: Secure document storage for uploaded knowledge base files
 * Data sent: full document contents via presigned upload URLs

#### OpenAI API

 * URL: https://api.openai.com
 * Purpose: AI response generation and document embedding (RAG processing)
 * Data sent: user queries, conversation context, and document content
 * Terms: https://openai.com/terms/
 * Privacy: https://openai.com/privacy/

#### Pinecone Vector Database

 * URL: https://pinecone.io
 * Purpose: Stores embeddings for document-based semantic search (RAG retrieval)
 * Data sent: vector embeddings generated from uploaded documents
 * Terms: https://www.pinecone.io/terms/
 * Privacy: https://www.pinecone.io/privacy/

All services are hosted on AWS (us-east-1). By activating this plugin and creating
an account, you agree to Papaya Assist Terms and Privacy Policy:
 https://weng.ca/
terms https://weng.ca/privacy

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/`
 2. Activate the plugin in WordPress admin
 3. Go to **Settings > Papaya Assist**
 4. Click **Sign Up / Log In** to connect your account
 5. Customize chatbot appearance (title, color, branding)
 6. Upload documents via the Documents panel
 7. Click **Process Documents** to build your AI knowledge base
 8. The AI chatbot will appear automatically on your site

## FAQ

### What is Papaya Assist?

Papaya Assist is an AI chatbot plugin for WordPress that answers visitor questions
using your own documents and knowledge base.

### What file types are supported?

PDF, DOCX, and TXT files.

### Do I need technical skills to use this plugin?

No. Papaya Assist is designed for no-code setup directly in WordPress admin.

### Can I use this for customer support?

Yes. It is designed for AI-powered customer support and FAQ automation.

### Does it work with WooCommerce?

Yes. You can upload product documentation and support content for automated customer
assistance.

### Does it work with caching plugins?

Yes. The widget loads via `wp_footer` and is compatible with most caching setups.

### Where is my data stored?

Data is stored securely on AWS (us-east-1). Documents are stored in Amazon S3, and
embeddings are stored in Pinecone.

### How do I uninstall?

Deactivate and delete the plugin. All stored settings are removed automatically.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Papaya Assist – AI Chatbot for WordPress (RAG Knowledge Base Support)” is open 
source software. The following people have contributed to this plugin.

Contributors

 *   [ wengjiyao ](https://profiles.wordpress.org/wengjiyao/)

[Translate “Papaya Assist – AI Chatbot for WordPress (RAG Knowledge Base Support)” into your language.](https://translate.wordpress.org/projects/wp-plugins/papaya-assist)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/papaya-assist/), check
out the [SVN repository](https://plugins.svn.wordpress.org/papaya-assist/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/papaya-assist/) 
by [RSS](https://plugins.trac.wordpress.org/log/papaya-assist/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.5.7

 * SEO-optimized readme for better plugin directory discoverability.

#### 1.5.6

 * Load widget JS from CDN to avoid hosting providers blocking local JS files.

#### 1.5.5

 * Get-started page now hides embed code section for WordPress plugin users.

#### 1.5.4

 * Improved plugin naming for SEO discoverability (“AI Chatbot for WordPress” positioning)
 * Internal cleanup and stability improvements

#### 1.5.3

 * Security update: improved script loading via wp_enqueue_script
 * Added third-party service transparency improvements

#### 1.5.2

 * Added email verification warning after signup
 * Improved chat session persistence across pages
 * Fixed widget injection fallback behavior

#### 1.4.0

 * Major rebrand to Papaya Assist – AI Chatbot for WordPress
 * Added full internationalization (i18n)
 * Improved validation and security hardening
 * Expanded service disclosures

#### 1.1.0

 * Added Google/email login inside WordPress dashboard
 * Simplified onboarding (no external setup required)

#### 1.0.0

 * Initial release of AI chatbot plugin

## Meta

 *  Version **1.5.7**
 *  Last updated **2 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/papaya-assist/)
 * Tags
 * [AI Chatbot](https://vec.wordpress.org/plugins/tags/ai-chatbot/)[customer support](https://vec.wordpress.org/plugins/tags/customer-support/)
   [knowledge base](https://vec.wordpress.org/plugins/tags/knowledge-base/)[Wordpress Chatbot](https://vec.wordpress.org/plugins/tags/wordpress-chatbot/)
 *  [Advanced View](https://vec.wordpress.org/plugins/papaya-assist/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/papaya-assist/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/papaya-assist/reviews/)

## Contributors

 *   [ wengjiyao ](https://profiles.wordpress.org/wengjiyao/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/papaya-assist/)