Title: My Observer RAG Chat Assistant For WooCommerce
Author: Darrisb
Published: <strong>June 26, 2026</strong>
Last modified: June 26, 2026

---

Search plugins

![](https://ps.w.org/my-observer-rag-chat-assistant-for-woocommerce/assets/icon-
256x256.png?rev=3587233)

# My Observer RAG Chat Assistant For WooCommerce

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

[Download](https://downloads.wordpress.org/plugin/my-observer-rag-chat-assistant-for-woocommerce.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/my-observer-rag-chat-assistant-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/my-observer-rag-chat-assistant-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/my-observer-rag-chat-assistant-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/my-observer-rag-chat-assistant-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/my-observer-rag-chat-assistant-for-woocommerce/)

## Description

My Observer RAG Chat Assistant adds an AI-powered product assistant to your WooCommerce
store using Retrieval-Augmented Generation (RAG).

The plugin builds a local product knowledge index from your catalog content and 
uses that index to answer shopper questions with better product relevance. You control
provider settings, indexing, and widget placement directly in WordPress.

This plugin is designed for merchants who want:
 * Product-aware chat that can reference
your catalog content * A simple setup flow inside wp-admin * Local vector indexing
for retrieval workflows * Flexibility to use OpenAI or Claude-based configurations

How it works at a high level:
 1. Product data is indexed from your WooCommerce 
catalog. 2. User questions are matched against relevant catalog context. 3. Your
configured LLM provider generates the final response using retrieved context.

The storefront chat widget can be embedded with shortcode or auto-injected in the
footer, making it easy to test and deploy without theme rewrites.

### Features

 * Embedded storefront chat widget (`[myobserver_rag_widget]` shortcode, legacy `[
   rag_bot_widget]`, or footer auto-inject)
 * OpenAI or Claude provider support for chat and embeddings. Once your LLM API 
   Key is entered it will select all models available provided to you by your key.
 * Local vector storage and product indexing
 * Admin settings page for providers, API keys, and model selection
 * Manual “Index All Products” action in admin settings

Optional advanced dashboards and management add-ons are available separately at 
https://myobserver.io/#roadmap

### Usage

Storefront widget:
 * Add `[myobserver_rag_widget]` where you want chat to render.*
If Auto Inject is enabled, chat can render in `wp_footer`.

Indexing:
 * Go to `My Observer > Settings`. * In the Indexing section, click `Index
All Products` to queue indexing jobs.

### External services

This plugin can connect to third-party services based on your configuration.

 1. OpenAI API (`https://api.openai.com`)

* Used for: embeddings and chat completions when OpenAI is selected.
 * Data sent:
product/query text needed to generate embeddings and responses. * Terms of Use: 
https://openai.com/policies/terms-of-use/ * Privacy Policy: https://openai.com/policies/
privacy-policy/

 1. Anthropic API (`https://api.anthropic.com`)

* Used for: chat completions when Claude is selected.
 * Data sent: prompt/context
text needed to generate responses. * Terms: https://www.anthropic.com/legal/commercial-
terms * Privacy Policy: https://www.anthropic.com/legal/privacy

 1. Custom Claude-compatible embeddings endpoint (`rag_bot_claude_embeddings_url`)

* Used for: embeddings generation when a custom endpoint is configured.
 * Data 
sent: product/query text used for embeddings. * Terms/Privacy: managed by the configured
endpoint provider.

### Privacy

Review the included privacy policy template and update site policy text as needed
for your deployment.

## Screenshots

[⌊Main Settings: Configure provider, model, and storefront assistant behavior from
one settings screen.⌉⌊Main Settings: Configure provider, model, and storefront assistant
behavior from one settings screen.⌉[

Main Settings: Configure provider, model, and storefront assistant behavior from
one settings screen.

[⌊Storefront Chat Widget: Embedded chat experience on a WooCommerce storefront page
using shortcode placement.⌉⌊Storefront Chat Widget: Embedded chat experience on 
a WooCommerce storefront page using shortcode placement.⌉[

Storefront Chat Widget: Embedded chat experience on a WooCommerce storefront page
using shortcode placement.

[⌊Advanced Dashboard to view chat history and configure and test the vector database.⌉⌊
Advanced Dashboard to view chat history and configure and test the vector database
.⌉[

Advanced Dashboard to view chat history and configure and test the vector database.

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/`.
 2. Activate the plugin in WordPress.
 3. Confirm WooCommerce is installed and active.
 4. Go to `My Observer > Settings`.
 5. Configure provider credentials:
 6.  * `OpenAI API Key`, or
     * `Claude API Key` plus `Claude Embeddings URL` for Claude-compatible embeddings.
 7. Save settings.
 8. Add shortcode `[myobserver_rag_widget]` to a page, or enable auto inject.

## FAQ

### Does this plugin require WooCommerce?

Yes. WooCommerce must be installed and active.

### Can I place the chat widget manually?

Yes. Use `[myobserver_rag_widget]` (or legacy `[rag_bot_widget]`) in any page, post,
or block shortcode element.

### Is product indexing automatic?

You can run indexing manually from `My Observer > Settings` using the “Index All
Products” action.

### Does this plugin include payment or subscription checkout by itself?

Core storefront assistant functionality is in this plugin. Optional advanced add-
ons are provided separately.

### Do I need to reindex after editing a product?

Usually no for normal edits, because updates are queued automatically via cron. 
Use manual reindex if cron is disabled, delayed, or after large imports/migrations.

### Does this plugin require an external vector database?

No. We us a high-performance, purely file-based, embedded Vector Database written
entirely in native PHP. So this run separately from your MYSQL database.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“My Observer RAG Chat Assistant For WooCommerce” is open source software. The following
people have contributed to this plugin.

Contributors

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

[Translate “My Observer RAG Chat Assistant For WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/my-observer-rag-chat-assistant-for-woocommerce)

### Interested in development?

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

## Changelog

#### 1.0.0

 * Initial public release.

## Meta

 *  Version **1.0.0**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 8.0 or higher **
 * Tag
 * [woocommerce chat](https://wordpress.org/plugins/tags/woocommerce-chat/)
 *  [Advanced View](https://wordpress.org/plugins/my-observer-rag-chat-assistant-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/my-observer-rag-chat-assistant-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/my-observer-rag-chat-assistant-for-woocommerce/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/my-observer-rag-chat-assistant-for-woocommerce/)