Layout – Webdesign

0,00 / maand excl. BTW

Layout kiezen / webdesign aanpassen

Ander webdesign / layout? Dat kan hier heel gemakkelijk!

  1. Gratis: Kies één van de voor geprogrammeerde layouts.
  2. Gratis: Pas je gekozen webdesign naar wens aan.
  3. Kies hier een andere gratis layout: Gratis implementatie.
  4. Kies een andere gratis layout: Vergoeding voor implementatie.
  5. Kies een betaald thema: Vergoeding voor implementatie.
  6. Laat een layout voor je maken.

Andere Layout

Ander Webdesign

Eénmalige betaling

1. Om welk webdesign gaat het (naam)
2. Waar kunnen wij het vinden
3. Als het in een account staat, mogen wij dan inlog-gegevens opdat wij het kunnen uploaden

Het verwijderen van webdesigns bespaart webruimte. Als er een webdesign extra op je website / webshop wordt gezet, dan kost dat webruimte.

Prijs per maand

Categorie:

Beschrijving

HR RAG Chatbot

Beschrijving

HR RAG Chatbot helps employees get instant answers to HR policy questions using advanced AI technology. The plugin uses Retrieval Augmented Generation (RAG) to provide accurate, context-aware responses based on your company’s HR policies.

Features:
* Multiple LLM support (Google Gemini API, OpenAI API)
* Document indexing and chunking
* Employee context awareness
* Chat history logging
* Gutenberg block and shortcode support

Third-Party Services:
This plugin integrates with Google Gemini API and OpenAI API. These are third-party services and their use is subject to their respective terms of service and privacy policies. The plugin does not include or bundle these services – you must obtain your own API keys from the service providers.

External Services & Data Usage

This plugin connects to external AI services to generate responses. Please review the following information about data usage and privacy.

Services Used:

  1. Google Gemini API (if configured)

    • Used for: Generating AI responses to user questions
    • Data sent: User questions, HR policy document excerpts, employee context (designation, grade, etc.)
    • Privacy Policy: https://policies.google.com/privacy
    • Terms of Service: https://policies.google.com/terms
  2. OpenAI API (if configured)

    • Used for: Generating AI responses to user questions
    • Data sent: User questions, HR policy document excerpts, employee context (designation, grade, etc.)
    • Privacy Policy: https://openai.com/privacy
    • Terms of Service: https://openai.com/terms

What Data Is Transmitted:
* User’s question text
* Relevant HR policy document chunks (retrieved from your local database)
* Employee profile information (if configured: designation, grade, department, location, years of service)
* System prompts and model parameters

Important Privacy Notes:
* Data is transmitted only when generating responses to user questions
* No data is permanently stored by external AI providers for training purposes (per their policies)
* All HR policy documents are stored locally in your WordPress database
* You control what data is indexed and made available to the chatbot

Local WordPress Storage:

The plugin stores the following data in your WordPress database:
* Option name: hr_rag_options – Plugin settings including API keys
* Database tables: wp_hr_rag_docs, wp_hr_rag_chunks, wp_hr_rag_chats
* Transients: hr_rag_context_{session_id} – Temporary employee context (expires after 1 hour)
* Chat logs: Questions, answers, and context used for each conversation

Data Control:

You have full control over your data:
* Delete API keys anytime from plugin settings
* Clear all indexed documents using “Delete” buttons in Knowledge Base
* Remove all chat logs from the database
* Uninstall plugin to remove all data (see Uninstallation section)
* No data is sent to external services without your API keys configured

Developer Contact:
For questions about this plugin’s data handling, visit: https://faststeptech.com/contact/

Third-Party Service Attribution

This plugin uses the following third-party services:

  • Google Gemini API – AI language model service by Google
  • OpenAI API – AI language model service by OpenAI

These services are not included with the plugin. Users must register and obtain API keys independently from the respective service providers. Use of these services is subject to their terms of service and privacy policies.

Uninstallation

When you uninstall this plugin:
1. All plugin options (hr_rag_options) are removed
2. All database tables (wp_hr_rag_docs, wp_hr_rag_chunks, wp_hr_rag_chats) are deleted
3. All transients are cleared
4. No data remains in your WordPress installation

Schermafbeeldingen

Blokken

Deze plugin heeft 1 blok.

  • HR Policy Chatbot Add an HR Policy Chatbot to your page

Installatie

  1. Upload the plugin files to /wp-content/plugins/hr-rag-chatbot/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to HR RAG Chatbot settings and add your API key (Gemini or OpenAI)
  4. Add HR policy documents in the Knowledge Base tab
  5. Use shortcode [hr_rag_policy_chatbot] or Gutenberg block to display the chatbot

FAQ

Do I need an API key?

Yes, you need either a Google Gemini API key or OpenAI API key to use this plugin. You must obtain these keys directly from Google or OpenAI respectively.

Is my data secure?

All HR documents are stored locally in your WordPress database. Only user questions and relevant excerpts are sent to AI services for response generation.

Can I use this offline?

No, the plugin requires internet connection to communicate with AI services.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“HR RAG Chatbot” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “HR RAG Chatbot” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.0

  • Initial release
  • Support for Google Gemini API and OpenAI API
  • Document indexing with RAG
  • Employee context awareness
  • Chat logging