-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.txt
More file actions
42 lines (32 loc) · 1.59 KB
/
Copy pathreadme.txt
File metadata and controls
42 lines (32 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
=== WP Cloudflare AutoRAG Chatbot ===
Contributors: neuno
Tags: ai, chatbot, cloudflare, autorag
Requires at least: 6.0
Tested up to: 6.5
Stable tag: 1.3
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A shortcode that embeds a chatbot powered by Cloudflare AutoRAG. All requests are proxied through WordPress so your API token never touches the browser.
== Description ==
* Ask natural‑language questions about your private docs (PDF, Word, Markdown, etc.).
* Documents live in Cloudflare R2 and are indexed by AutoRAG; no extra servers to maintain.
* Server‑side proxy eliminates CORS problems and hides your API token.
Insert the shortcode `[autorag_chatbot]` wherever you want the chat UI to appear.
== Installation ==
1. Upload the plugin ZIP via **Plugins → Add New → Upload**.
2. Activate **WP Cloudflare AutoRAG Chatbot**.
3. Go to **Settings → AutoRAG Chatbot**, paste your **Account ID**, **RAG slug** and **API token**.
4. Add `[autorag_chatbot]` to any post, page or template.
== Frequently Asked Questions ==
= Does this store chat or PII? =
No. Each question is proxied to Cloudflare’s API and discarded; nothing is saved by the plugin.
= My console shows "autorag_not_found" =
Double‑check the RAG slug and that your token belongs to the same account.
== Screenshots ==
1. Front‑end chatbot.
2. Settings screen with quick‑start guide.
== Changelog ==
= 1.3 =
* First public release on WordPress.org – localisation, sanitisation and readme added.
== Upgrade Notice ==
1.3 – First release on WordPress.org – please overwrite the entire folder.