| 开发者 | gavrilovweb |
|---|---|
| 更新时间 | 2026年3月10日 03:49 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
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.
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.
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.
Yes, any public post type registered in WordPress can be selected for indexing.
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.
The AI search will return an error. The standard autocomplete search will continue to work normally since it uses WordPress's built-in search.
Yes. Use the geweb_aisearch_gemini_system_instruction filter to modify the system instruction sent to Gemini.
Yes. Use the geweb_aisearch_gemini_models filter to add or remove models from the selector.
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.