TechDelivery Chat

Description

TechDelivery Chat indexes your WordPress website and allows visitors to ask questions about your website content.

Features included in the free version:

  • AI-powered chatbot
  • Semantic search using OpenAI embeddings
  • Incremental AJAX indexing
  • Clickable source references
  • Responsive chat widget
  • Adjustable chatbot title
  • Adjustable welcome message
  • Adjustable primary color
  • Fast indexing of changed content

The chatbot answers only from your own website content and provides links to the relevant pages.

External Services

This plugin connects to the OpenAI API to generate text embeddings and AI-generated responses.

The OpenAI service is required for the chatbot to index website content and answer visitor questions.

The plugin sends the following data to OpenAI:

  • During indexing, the content of published posts and pages is sent to the OpenAI Embeddings API to generate vector embeddings.
  • Every time a visitor submits a question through the chatbot, the question is sent to the OpenAI Chat Completions API.
  • Relevant indexed website content is included with the visitor’s question to generate an answer.

No data is transmitted until the site administrator enters a valid OpenAI API key and uses the indexing or chat features.

This service is provided by OpenAI.

OpenAI Terms of Use:
https://openai.com/policies/terms-of-use

OpenAI Privacy Policy:
https://openai.com/policies/privacy-policy

Installation

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin.
  3. Enter your OpenAI API key.
  4. Start indexing from the admin page.
  5. Place the chatbot on your website.

FAQ

Which AI model is used?

GPT-4o mini for chat and text-embedding-3-small for embeddings.

Does the chatbot answer questions from the Internet?

No. It answers only from your indexed website content.

Is an OpenAI account required?

Yes. You must provide your own OpenAI API key.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“TechDelivery Chat” is open source software. The following people have contributed to this plugin.

Contributors

Translate “TechDelivery Chat” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.2

  • Incremental indexing
  • AJAX indexing
  • Responsive chat widget
  • Clickable source references
  • Performance improvements