這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

BrainySearch

外掛說明

This WordPress plugin indexes your blog posts using the embeddings feature of OpenAI, and uses this data to enrich the BrainySearch request. When a user searches for content using the [brainy_search] shortcode, the plugin returns the most relevant search results based on the content of the indexed blog posts, along with a temperature label (0-100) that indicates the “creativity” or “diversity” of the results.

The BrainySearch plugin can be used on any WordPress site where advanced search functionality is desired. Some potential use cases include:

  • E-commerce sites looking to provide more accurate and relevant product search results to customers
  • News or blog sites looking to provide more targeted search results based on article content
  • Educational sites or online course providers looking to provide more effective search results for course content
  • Knowledge base sites looking to improve the search experience for users trying to find specific information
  • Expert systems or decision-making systems that require fast and accurate search functionality to deliver results to users

螢幕擷圖

  • Search, prompt and ask as it would be a human
  • Multiply settings to adjust output
  • Multilanguage support. Ask it in any language
  • Smart answers even for abstract question
  • Strict mode for expert systems. Don’t try to compose when there is no information for it.

安裝方式

  1. Upload the brainy-search directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the BrainySearch settings page and enter your API key
  4. Customize the search settings to your preference
  5. To use this plugin, simply install and activate it in your WordPress installation.
  6. The /aisearch page will be created automatically, and you can use the [brainy_search] shortcode to display the search form on the page.

常見問題集

What is OpenAI?

OpenAI is an artificial intelligence research laboratory consisting of the for-profit corporation OpenAI LP and its parent company, the non-profit OpenAI Inc.

How do I get an OpenAI API key?

To use this plugin, you’ll need to sign up for an OpenAI API key. You can do so by visiting the OpenAI website, creating an account, and generating an API key.

Can I customize the appearance of the search form and search results?

Yes, the BrainySearch plugin provides template files for customization of search results display. You can copy the appropriate template file to your theme’s directory and modify it as needed.

When my content appears in search results?

BrainySearch indexes your content such as blog posts after publishing, but it needs to wait a minute while your content appear in AI Search. It happens because BrainySearch use cron in background. Normally it happens once per minute but you must be sure that your cron is working.

使用者評論

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

參與者及開發者

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

參與者

將〈BrainySearch〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release

1.0.1

  • CI/CD from Github