Açıklama
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.
Bloklar
Bu eklenti 1 blok sağlar.
- AI Product Finder Block that displays AI-powered Search Results
Yükleme
Basic Installation:
- Upload the plugin files to the
/wp-content/plugins/jessyp-ai-product-finderdirectory, or install the plugin through the WordPress plugins screen directly - Activate the plugin through the ‘Plugins’ screen in WordPress
- Add the AI Product Finder block to any page or post using the Gutenberg editor
Configuration:
- Configure Pinecone and OpenAI API keys on Settings page.
* Create an account at https://www.pinecone.io/ and get the API key, add it as Pinecone API Key.
* Create an OpenAI account at https://openai.com/ and get the API key, add it as OpenAI API Key.
- Click on “Create Index” under Sync Catalog to Pinecone for your products to be uploaded to Pinecone and wait for the success message.
İncelemeler
Bu eklenti için herhangi bir değerlendirme bulunmuyor.
Katkıda Bulunanlar ve Geliştiriciler
“jessyp AI Product Finder” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“jessyp AI Product Finder” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Kodu görüntüleyin, SVN deposuna göz atın ya da RSS ile geliştirme günlüğüne abone olun.
Değişiklik Kaydı
1.0.0
- Initial release