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.

適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

  • AI Product Finder Block that displays AI-powered Search Results

安裝方式

Basic Installation:

  1. Upload the plugin files to the /wp-content/plugins/jessyp-ai-product-finder directory, or install the plugin through the WordPress plugins screen directly
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Add the AI Product Finder block to any page or post using the Gutenberg editor

Configuration:

  1. 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.

  1. Click on “Create Index” under Sync Catalog to Pinecone for your products to be uploaded to Pinecone and wait for the success message.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈jessyp AI Product Finder〉的開發相關工作。

參與者

將〈jessyp AI Product Finder〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release