ColorWhistle AI ChatBot

Descripción

ColorWhistle AI ChatBot transforms your WordPress site into a knowledgeable AI assistant. Leveraging OpenAI and Pinecone, it provides accurate, context-aware answers to visitors.

Key Features

  • Smart Indexing: Syncs content to Pinecone.
  • Context-Aware AI: RAG architecture retrieval.
  • Customizable Widget: Fully customizable design.
  • Source Citations: AI links to sources.
  • Secure: Best practices followed.

External Services

This plugin connects to OpenAI API to generate chatbot responses.
Data sent: user input messages.
Purpose: AI-generated responses.

OpenAI privacy policy: https://openai.com/privacy

This plugin also connects to Pinecone for vector storage.
Data sent: embeddings or chatbot data.
Purpose: semantic search and retrieval.

Pinecone privacy policy: https://www.pinecone.io/privacy/

Google Fonts

  • What it does: Loads the Manrope font and Material Symbols icon set used by the chat widget and admin panel.
  • Data sent: The visitor’s IP address and browser information (standard HTTP request). No personal data beyond what a normal web request contains.
  • Service URL: https://fonts.google.com/
  • Privacy Policy: https://policies.google.com/privacy

Capturas

  • Admin Settings Page
  • Knowledge Base Sync
  • Chat Widget Frontend

Instalación

  1. Upload colorwhistle-ai-chatbot folder to /wp-content/plugins/.
  2. Activate through 'Plugins' menu.
  3. Go to ColorWhistle AI ChatBot settings.
  4. Enter API Keys.
  5. Sync content in Knowledge Base.
  6. Enable widget in General Settings.

FAQ

Do I need an OpenAI account?

Yes, for embeddings and chat.

Do I need a Pinecone account?

Yes, for vector storage.

Does it support CPTs?

Yes, configurable in settings.

What data is sent to external services?

When a visitor sends a chat message, the message text is sent to OpenAI to generate a response. Your site content (post titles and text) is sent to OpenAI (to create embeddings) and stored in Pinecone (as vector data) during the sync process. No personally identifiable visitor information is sent.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

"ColorWhistle AI ChatBot" es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce "ColorWhistle AI ChatBot" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.0

  • Initial release.