ColorWhistle AI ChatBot

Описание

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

Скриншоты

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

Установка

  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.

Часто задаваемые вопросы

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.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«ColorWhistle AI ChatBot» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «ColorWhistle AI ChatBot» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.0

  • Initial release.