Linux 软件免费装
Banner图

Mori AI Search

开发者 redclaytroy
更新时间 2025年12月3日 13:58
捐献地址: 去捐款
PHP版本: 6.0 及以上
WordPress版本: 6.8
版权: GPLv3 or later
版权网址: 版权信息

标签

search ai openai chatgpt

下载

1.0.2 1.0.0 1.0.1

详情介绍:

WordPress search is literal. Mori is semantic. When someone searches “pricing” or “services,” they get the pages that actually answer those needs, not just posts that happen to repeat the keyword. Mori blends embeddings (vector representations of meaning) with practical controls like post type weighting and tag filtering. Mori AI Search upgrades your site’s search from basic keyword matching to smart, context-aware results. It builds a structured index of your content using AI, so visitors can find the right page, file, or answer faster. You control what gets indexed, how results are ranked, and which post types matter most. Power users get a clean REST API for custom front ends and integrations. What it does Key features Structured index Admin controls Search API Performance-minded How it works
  1. Add your OpenAI API key on the Mori settings page.
  2. Start a reindex. Mori queues all eligible content and processes it in batches via WP-Cron.
  3. For each item, Mori generates an embedding, proposes tags, extracts 3–5 keywords, and saves everything to the index table.
  4. When a visitor searches, Mori computes similarity between the query and the stored embeddings, applies your weights, filters by tag or post type if requested, and returns the top results.
Data and privacy Typical use cases

安装:

  1. Upload the plugin files to /wp-content/plugins/mori-ai-search or install directly from the WordPress plugins screen.
  2. Activate the plugin.
  3. Go to Settings → Mori AI Search and enter your OpenAI API key.
  4. Optionally add a system prompt and additional context to guide metadata generation and answers.
  5. Start a full reindex. Large sites will process in background batches.
  6. Use the REST API in your front end or connect your theme’s search UI.

升级注意事项:

== Roadmap ==
  • Custom theming
  • Optional voice search and chat
  • WooCommerce filters and merchandising signals

常见问题:

Does Mori replace the front-end search UI?

No. Mori provides the engine and the API. You can wire it into your current search template or build a custom experience.

Can I control what is indexed?

Yes. You can exclude specific posts or pages, control post type weights, and add manual tags.

Will it index PDFs?

Yes, PDFs uploaded through the Mori settings screen are sent for text extraction and indexed as attachments.

How many results are returned?

The API fetches up to 20 candidates, ranks them, and returns the top 5 by default. You can adjust this in your integration.

What happens if I remove the API key?

Indexing and AI features stop. Your existing index table remains until you clear it.

Is this GDPR compliant?

Compliance depends on your configuration and disclosures. Mori only sends data after you provide a key. You remain the controller of your site’s data. Review OpenAI’s policies and update your privacy policy accordingly.

Is there a shortcode for the search UI?

Yes. Use [aiws_search] to render the search icon and overlay trigger anywhere on your site.

更新日志:

1.0.2 1.0.1 1.0.0