SmartAI Search

설명

SmartAI Search AI is a powerful WordPress plugin that creates an intelligent Q&A chatbot for your website using RAG (Retrieval-Augmented Generation) technology.

Key Features

  • OpenAI Integration – Uses OpenAI’s embedding and completion APIs
  • Database Storage – database for fast, efficient vector storage
  • Smart Search – Cosine similarity search for relevant content retrieval
  • Intelligent Caching – Reduces API calls and improves response times
  • Frontend Chat Widget – Beautiful, responsive chat interface
  • Easy Indexing – Simple admin interface for content indexing
  • Customizable – Flexible shortcode with customization options

How It Works

  1. Index your posts and pages to create embeddings
  2. Add the chat widget to any page using shortcode
  3. Visitors ask questions
  4. The plugin finds relevant content and generates accurate answers

Requirements

  • OpenAI API key (get one at https://platform.openai.com)
  • PHP 7.4 or higher
  • WordPress 5.8 or higher

Shortcode

Basic usage:
[smarse_doc_chat]

With custom title:
[smarse_doc_chat title=”Ask Me Anything”]

Support

For support, please visit the plugin’s support forum on WordPress.org or contact the developer.

Privacy

This plugin sends data to OpenAI’s API for processing. Please review OpenAI’s privacy policy at https://openai.com/privacy/

스크린샷

  • Admin interface for API key settings
  • Frontend chat widget

설치

  1. Upload the plugin files to /wp-content/plugins/wp-doc-rag-advanced/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to ‘SmartAI Search AI’ in the admin menu
  4. Enter your OpenAI API key
  5. Index your posts and pages
  6. Add the shortcode [smarse_doc_chat] to any page or widgets

FAQ

Do I need an OpenAI API key?

Yes, you need an OpenAI API key to use this plugin. You can get one at https://platform.openai.com/api-keys

How much does OpenAI API usage cost?

OpenAI charges based on usage. The text-embedding-3-small model is very affordable. Check OpenAI’s pricing page for current rates.

Can I customize the chat widget appearance?

Yes, you can customize the appearance using custom CSS targeting the plugin’s CSS classes.

What content gets indexed?

By default, all published posts and pages can be indexed. You can select which ones to index from the admin panel.

How do I add the chat widget?

Simply add the shortcode [smarse_doc_chat] to any page, post, or widget area.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

자국어로 “SmartAI Search”(을)를 번역하세요.

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

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

변경이력

1.0.0

  • Complete refactor following WordPress.org standards
  • Separated CSS and JS into individual files
  • Improved class structure with proper namespacing
  • Added proper security measures (nonces, sanitization)
  • Enhanced error handling
  • Improved code documentation
  • Better responsive design
  • Added accessibility features

1.0.0

  • Initial version