N
by noughtdigital 0 (0 reviews)

NoughtDigital RAG Assistant

Build a RAG system from WordPress content using OpenAI embeddings, Qdrant vector search, and your selected AI chat provider.

NoughtDigital RAG Assistant ranks #67,509 among WordPress.org plugins with 0+ active installations, is #2,863 of 3,382 in the Communication category, and was last updated Jul 19, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7.0.5 (Current: 7.1.2)
v1.0.0 Current Version v1.0.0
Updated 2 months ago Last Update on 19 Jul, 2026
Refreshed 11 hours ago Last Refreshed on
#2,863 of 3,382 in Communication
View on WordPress.org
Rank
#67,509
-3242 this week
Active Installs
0+
-100%
KW Avg Position
67
No change
Downloads
153
+2 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 10

Total Progress 0%
0+ 10+
35,842
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 10 more installs to reach 10+

Rank Changes

53,940 58,020 62,099 66,178 70,258 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
45,269 51,799 58,329 64,859 71,389 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Current #67,509
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
0 10 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about NoughtDigital RAG Assistant

Yes. The WordPress.org package is free and open source, and includes complete Qdrant and embeddings configuration, all supported providers and credentials, content synchronisation, chat UI, semantic search, analytics, diagnostics, model and retrieval controls, custom response instructions, and embedding settings. You need your own OpenAI API key and Qdrant instance, and provider usage costs may apply.
Yes. You can use Qdrant Cloud or self-host Qdrant on your own infrastructure. The plugin validates Qdrant host URLs.
The plugin supports OpenAI (for embeddings and chat), Claude (Anthropic), Mistral AI, Grok (xAI), Gemini (Google), and Amazon Bedrock for chat generation. OpenAI is required for embeddings.
Only when the optional semantic search override is enabled in General Settings. It is disabled by default.
No, the plugin does not create any custom post types, taxonomies, or user roles. It stores settings and recent task status in WordPress options, vector-sync state in post metadata, and, when personalisation is enabled for logged-in users, recent-view history in user metadata. It also creates two database tables for optional analytics (search interactions and result performance).
The uninstall process removes the plugin's WordPress options, all noragass_recent_views user metadata, its two analytics tables, and the _noragass_vector_sync_status, _noragass_vector_sync_date, _noragass_vector_sync_error, _noragass_vector_sync_action, and _noragass_vector_sync_queued_at post metadata. It does not delete data from Qdrant or an AI provider or clear browser local storage. External data remains subject to each provider's retention and account controls and must be removed separately when required.
The plugin makes external API calls to the following services when configured: Qdrant - For storing and retrieving vector embeddings (your configured Qdrant instance) OpenAI - For generating embeddings and optional chat responses (api.openai.com) Anthropic (Claude) - For chat generation when Claude is selected as the AI provider (api.anthropic.com) Mistral AI - For chat generation when Mistral is selected as the AI provider (api.mistral.ai) xAI (Grok) - For chat generation when Grok is selected as the AI provider (api.x.ai) Google (Gemini) - For chat generation when Gemini is selected as the AI provider (generativelanguage.googleapis.com) Amazon Bedrock - For chat generation when Bedrock is selected as the AI provider (bedrock-runtime.{region}.amazonaws.com)
API credentials use standard WordPress database storage and are not encrypted by WordPress itself. Protect the WordPress database, backups, server, and administrator accounts accordingly. Password fields are rendered without saved values in the page HTML, and leaving a field blank preserves the existing value server-side.
External API traffic starts after an administrator configures OpenAI and a Qdrant endpoint and then syncs content or makes the chat/search features available. OpenAI is always used for content and query embeddings. The selected chat provider is used to generate answers. OpenAI API: Receives prepared WordPress content for content embeddings and each semantic-search or chat query processed by the plugin for a query embedding. Prepared content can contain the title, body, excerpt, author display name, public taxonomy terms, selected custom fields and metadata, ACF scalar values, and product information. If OpenAI is also selected for chat, it receives the system instructions, visitor query, and retrieved context passages. Qdrant endpoint: Receives content vectors and the content payload described in the Qdrant external-service disclosure below. Searches send a numerical query vector. The endpoint may be self-hosted or operated by Qdrant Cloud or another hosting provider. Selected chat provider: Anthropic, Mistral AI, xAI, Google Gemini, or Amazon Bedrock receives the system instructions, visitor query, and retrieved content passages when selected. Local analytics: Disabled by default. When enabled, search/chat interaction and engagement data is stored in the site's WordPress database and is not sent to an analytics vendor. Browser storage: The chat stores up to 20 conversation messages, source context, timestamps, cross-tab synchronisation data, and the minimised state in local storage. When analytics is enabled, the last query and interaction source are also stored temporarily in local storage, and a random 32-character noragass_session cookie is set for 24 hours to associate interactions. Visitor questions may contain personal information. Site owners are responsible for an appropriate privacy notice, lawful basis or consent, and configuring the external services in accordance with their terms.
The plugin is free and open source under GPLv3.

Sign In / Register

You need to sign in or register to use this feature.