jessyp AI Product Finder
AI Product Finder is a Gutenberg block that enables AI-powered e-commerce product search using vector embeddings and large language models. Instead of traditional keyword matching, customers can describe what they’re looking for and get relevant product recommendations via semantic search powered by Pinecone’s vector database. It uses generative AI to provide concise explanations of why each product matches the customer’s search.
Requirements
- WordPress 6.7 or higher
- PHP 7.4 or higher
- WooCommerce plugin (active)
- Pinecone API key
- OpenAI API key
External Services
This plugin connects to the following third-party services:
OpenAI API
Used for generating text embeddings for product search and AI-powered product match explanations. Data sent: user search queries, product names and descriptions.
Pinecone
Used for storing product vector embeddings and performing similarity search. Data sent: product embeddings, product metadata (name, price, categories), search query embeddings.