| 开发者 | krunalb18 |
|---|---|
| 更新时间 | 2026年5月23日 18:33 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
text-embedding-3-small or text-embedding-3-large) or Google Gemini (gemini-embedding-001)[vecpost_semantic_search] for easy placementwp vecpost-semantic-search index, wp vecpost-semantic-search status, wp vecpost-semantic-search search "query"/wp-content/plugins/[vecpost_semantic_search]Yes. You need either an OpenAI API key (https://platform.openai.com) or a Google Gemini API key (https://aistudio.google.com). Both have free tiers that are sufficient for small sites.
No. This plugin adds a separate search widget/block. Your default WordPress search continues to work unchanged. You can place the semantic search widget on any page alongside or instead of the default search.
Yes - post content is sent to the embedding API when you publish a post or run bulk indexing. The API returns numbers (the embedding vector) and does not store or use your content for training. See their privacy policies for full details.
Using text-embedding-3-small (the default), indexing costs approximately $0.002 per 1,000 posts. Each search query costs a fraction of a cent. For most sites, monthly costs are under $1.
The plugin detects the model change and automatically re-indexes all posts using the new model. During re-indexing, searches will return no results until indexing is complete.
The plugin has not been tested on WordPress Multisite and is not officially supported in that environment.