VecPost AI Search for Posts replaces WordPress’s default SQL LIKE search with vector-based semantic search. Instead of matching exact words, it understands the meaning of a search query.
Example: A user searching “heart workouts” will find your post titled “Best cardiovascular exercises” – even though no words overlap – because the meanings are similar.
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"This plugin sends post content to external AI APIs to generate embeddings. By using this plugin, you agree to the terms of service and privacy policies of your chosen provider:
No data is sent without your API key being configured. Data is only transmitted when posts are published or during bulk indexing.
Semantic search requires loading all embeddings into PHP memory for comparison. This works well for sites with up to approximately 1,500 posts. For larger sites, a dedicated vector database (pgvector, Qdrant, or Pinecone) is recommended.