| 开发者 |
elyass
freemius |
|---|---|
| 更新时间 | 2026年6月11日 05:21 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
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:
text-embedding-3-small, server-side. Bring your own API key (~$2/year for an average store).BAAI/bge-small-en-v1.5, or BAAI/bge-m3 for multilingual catalogs (100+ languages). Bring your own token (free tier ~30k requests/month).[findastra] shortcode + classic sidebar widget + Gutenberg block.findastra/v1/* REST namespace./wp-content/plugins/, or install it via the WordPress Plugins screen.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.
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.
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.
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.
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.
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.)
FindAstra_License class centralises the free/paid capability matrix.BAAI/bge-m3 (multilingual, 1024d) as a settings-driven alternative to bge-small.