NeuroRAG Agent Chatbot

설명

NeuroRAG Agent Chatbot adds a smart, AI-powered chatbot to your WordPress site. It supports multiple AI providers including OpenAI (GPT), Google (Gemini), xAI (Grok), and DeepSeek.

Watch the video demo: https://youtu.be/OcoDgLPsWwc?si=rjVMx3II3HFEv72c

Features:

  • Multi-Provider Support: Choose from Claude, GPT, Gemini, Grok, or DeepSeek.
  • Site Context Awareness: The chatbot automatically learns from your posts, pages, and WooCommerce products to answer user queries accurately using RAG (Retrieval-Augmented Generation).
  • WooCommerce Integration: Recommends products, checks stock status, and provides product details.
  • Customizable: Change the chatbot name, welcome message, position on screen, and enable Markdown rendering.
  • Secure: API keys are stored securely.

External Services

This plugin utilizes the following third-party services to provide AI chatbot functionality. Data (user messages and site context) is sent to these services only when you configure an API key for them and users interact with the chatbot.

스크린샷

설치

  1. Upload the plugin files to the /wp-content/plugins/neurorag-agent-chatbot directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Navigate to NeuroRAG Agent Chatbot in the admin menu.
  4. Enter your API Key for your chosen provider.
  5. Save settings and the chatbot will appear on your site.

FAQ

Do I need an API key?

Yes, you need an API key from one of the supported providers (Anthropic, OpenAI, Google, etc.).

Does it work with WooCommerce?

Yes, it is designed to read your WooCommerce products and help customers find what they are looking for.

후기

2026년 1월 9일
You get full control over customization: from where it appears on the page to how many tokens a user can spend per session. This gives you complete control over LLM API costs (e.g., Gemini or ChatGPT).
모든 2 평가 읽기

기여자 & 개발자

“NeuroRAG Agent Chatbot”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “NeuroRAG Agent Chatbot”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3.0

  • Add “Enable Markdown Rendering” toggle setting in the General Settings section.
  • Implement client-side safe Markdown parsing for bold text (** / __), italic text (* / _), and Markdown hyperlinks, seamlessly integrated with WooCommerce Cart buttons and HTML sanitization.

1.2.0

  • Add support for defining custom System Prompts via the settings panel.
  • Add developer filter hook ‘neurorag_system_prompt’ to allow programmatic customization of the system instructions.

1.1.0

  • Add dynamic page/product-based welcome message for WooCommerce.
  • Implement fuzzy search using Levenshtein distance for improved product query matching.
  • Enhance WooCommerce product links in chat replies with Add to Cart buttons.

1.0.0

  • Initial release.