Linux 软件免费装
Banner图

RiTriever

开发者 rioriost
更新时间 2026年7月3日 20:35
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

search semantic search rag embeddings vector search

下载

0.2.3

详情介绍:

RiTriever adds RAG-style vector retrieval to WordPress search. Published content is embedded, stored in a local vector table, and blended with standard WordPress search results. The plugin is intended for WordPress sites that can use native database vector support, primarily MariaDB 11.7 or later. It can index posts, pages, and configured public post types, then use those vectors during front-end search. Main features: External API use is optional. WordPress 7.0 AI Client does not provide embedding generation, so RiTriever uses direct embedding APIs when external embeddings are configured. Post content and configured custom field values are sent to the selected provider to create embeddings.

安装:

  1. Upload the ritriever folder to /wp-content/plugins/, or install the release ZIP from the WordPress admin.
  2. Activate RiTriever from the Plugins screen.
  3. Open Settings -> RiTriever.
  4. Run the database capability test.
  5. Choose the RAG target language.
  6. Configure and test the embedding provider.
  7. Initialize the index.

升级注意事项:

0.2.3 Plugin Check SQL warning cleanup. No reindexing is required. 0.2.2 Security hardening for WordPress.org review feedback. No reindexing is required. 0.2.1 Review-gate and documentation update. No reindexing is required. 0.2.0 Changing the target language or embedding settings requires reinitializing the vector index.

常见问题:

Which external embedding providers are supported?

OpenAI and Azure OpenAI are supported as external hosted embedding providers.

Can I use a local embedding server?

Yes. Ollama, LM Studio, Infinity, TEI, and Custom HTTP endpoints are available for local or self-hosted embeddings.

Does this plugin send content to external APIs?

Only when an external embedding provider is configured. See the External services section for details.

Does it require native vector database support?

Yes. MariaDB 11.7 or later is the primary supported target for native vector columns and indexes.

What happens when I change the target language or embedding model?

The vector table must be rebuilt. Run initialization again after changing target language, provider, model, dimensions, or vector distance settings.

更新日志:

0.2.3 0.2.2 0.2.1 0.2.0