Linux 软件免费装
Banner图

Geweb AI Search

开发者 gavrilovweb
更新时间 2026年3月10日 03:49
PHP版本: 7.2 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

search artificial intelligence ai semantic search gemini

下载

2.1.0 2.0.0

详情介绍:

Live demo: https://aisearch.mygeweb.com/ Geweb AI Search transforms your WordPress search into an intelligent assistant powered by Google Gemini AI. Instead of returning a plain list of matching posts, it understands the user's question and provides a direct, contextual answer — along with links to the source pages. The plugin intercepts the standard WordPress search form and opens a modal with two modes: instant autocomplete suggestions (via WP_Query) and a full AI chat powered by Google Gemini File Search. Key Features How It Works
  1. The plugin converts your WordPress posts to Markdown format (with URL and title in frontmatter)
  2. Each document is uploaded to a Google Gemini File Search Store
  3. When a user submits a search query, Gemini searches the indexed documents and generates an answer
  4. The answer is displayed in a chat modal along with source links
Third-Party Services This plugin connects to the Google Gemini API to index your content and answer user queries. Data sent to Google: By using this plugin you agree to Google's Terms of Service and Privacy Policy. You are responsible for the content you index. Requirements

安装:

Automatic Installation
  1. Go to Plugins → Add New
  2. Search for "Geweb AI Search"
  3. Click Install Now, then Activate
Manual Installation
  1. Download the plugin ZIP file
  2. Go to Plugins → Add New → Upload Plugin
  3. Select the ZIP file and click Install Now
  4. Activate the plugin
Configuration
  1. Go to Settings → Geweb AI Search
  2. Enter your Google Gemini API key — get one free at https://aistudio.google.com/app/apikey
  3. Select the AI model (recommended: gemini-2.5-flash for most sites)
  4. Choose which post types to index
  5. Click Save Settings — this will create a Gemini File Search Store automatically
  6. Click Generate Library to index all existing published content
  7. Your visitors can now use AI-powered search on your site

升级注意事项:

2.0.0 Major rewrite. After upgrading, please go to Settings → Geweb AI Search and click "Generate Library" to re-index your content. Your API key and settings will be preserved.

常见问题:

Is it free?

The plugin itself is free and open source (GPLv2). The Google Gemini API has a generous free tier — check current limits and pricing at https://ai.google.dev/pricing.

What content is sent to Google?

The title and body of your published posts and pages are converted to Markdown and uploaded to Google Gemini for indexing. User search queries are also sent to Gemini to generate answers. No personal user data is collected or sent.

Does it work with WooCommerce products?

Yes. Select "Products" in the post types settings and regenerate the library. Customers can then ask questions about your products and get AI-generated answers.

Does it work with custom post types?

Yes, any public post type registered in WordPress can be selected for indexing.

What happens when I update a post?

The plugin automatically re-indexes the post when it is saved as published. If the post is unpublished or deleted, the corresponding document is removed from Gemini.

What happens if the API quota is exceeded?

The AI search will return an error. The standard autocomplete search will continue to work normally since it uses WordPress's built-in search.

Can I customize the AI prompt?

Yes. Use the geweb_aisearch_gemini_system_instruction filter to modify the system instruction sent to Gemini.

Can I customize the list of available models?

Yes. Use the geweb_aisearch_gemini_models filter to add or remove models from the selector.

Which Gemini models are supported?

Currently: gemini-2.5-flash, gemini-2.5-pro, gemini-3-flash-preview, gemini-3-pro-preview. Gemini 3 models support structured JSON responses with source attribution. Gemini 2.5 models return plain text answers.

更新日志:

2.1.0 2.0.0 1.0.0