Linux 软件免费装
Banner图

FindAstra — AI Semantic Search for WooCommerce

开发者 elyass
freemius
更新时间 2026年6月11日 05:21
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce search product search semantic search ai search

下载

0.11.7

详情介绍:

FindAstra replaces WooCommerce's default keyword search with AI search that understands what shoppers mean. A search for "comfortable hiking shoes" finds your "Trail Running Sneakers Cushioned" product even when none of those words appear in the title or description. Every published product is converted into a vector embedding that captures its semantic meaning. At search time the shopper's query is embedded too, and FindAstra returns the closest matches by cosine similarity. The search engine This plugin runs the Local engine: embeddings are generated in the shopper's browser with transformers.js (Xenova/bge-small-en-v1.5). No API keys, no signup, no monthly cost. The ~33 MB model is downloaded once and cached. There is no product limit — index your whole catalog. Pro engines (optional) FindAstra Pro — a separate, paid version available from findastra.com — adds two server-side engines, useful for very large catalogs where browser-side indexing becomes impractical: Pro also adds WPML / Polylang multilingual indexing. The free version on WordPress.org is fully functional on its own; none of its features are time-limited or locked. Shopper-facing features Admin features Developer features Pro The free version is fully functional with the Local engine and no product limit. FindAstra Pro (from findastra.com) adds the server-side OpenAI and Hugging Face engines, WPML / Polylang multilingual indexing, and search analytics (recent searches, zero-result catalog gaps, daily totals). See findastra.com/pricing for details.

安装:

  1. Upload the FindAstra plugin folder to /wp-content/plugins/, or install it via the WordPress Plugins screen.
  2. Activate the plugin.
  3. Go to WooCommerce → FindAstra.
  4. Pick an engine. Local works without any account or key.
  5. Click "Index now" to build the search index.
  6. Open your storefront and search. Autocomplete and the results page wire automatically.
WooCommerce 7.0+ and PHP 8.1+ are required.

屏幕截图:

  • Semantic results page. The same search renders standard WooCommerce product cards, ranked by meaning instead of keyword matching.

升级注意事项:

0.11.0 First public release. Existing installs upgrade non-destructively — your provider settings, vectors, and analytics carry over.

常见问题:

Do I need an OpenAI key to use this?

No. The default engine is Local — it runs entirely in your shoppers' browsers via transformers.js. Zero keys, zero accounts, $0 forever. The Hugging Face and OpenAI tiers are optional upgrades for stores that want server-side quality.

Will this slow down my store?

No. AI scoring runs inside your existing database and adds about 20–30 milliseconds to a typical search. Indexing is asynchronous and chunked, so it never blocks admin. The Local tier offloads work to the shopper's browser entirely.

Does it work with WPML or Polylang?

Multilingual indexing is part of FindAstra Pro. With Pro, FindAstra detects each translated product's language at index time and writes one embedding row per (product_id, language) pair, and searches are scoped to the current request language.

What about large catalogs?

FindAstra automatically switches to a hybrid retrieval mode (FULLTEXT prefilter + cosine re-rank on the top candidates) for stores with more than 5,000 indexed products.

Where are my API keys stored?

Encrypted at rest using AES-256-CBC with a site-specific key derived from wp_salt('auth'). Keys are only decrypted at the moment of use.

Does the Local engine download anything?

Yes — once. The first time the Local engine runs, it downloads a roughly 33 MB AI model from the Hugging Face model hub (huggingface.co), which your browser then caches. Only the model files are fetched; no store, product, or shopper data is ever sent. After that, all embedding and search runs entirely in the browser. (The Hugging Face and OpenAI engines instead call their respective APIs using the keys you provide.)

更新日志:

0.11.7 0.11.6 0.11.5 0.11.4 0.11.3 0.11.2 0.11.1 0.11.0 0.10.4 0.10.3 0.10.2 0.10.1 0.10.0 0.9.0