My Observer RAG Chat Assistant For WooCommerce
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.
- 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/
- 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
- 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.