TechDelivery Chat

설명

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.

Pro upgrade

TechDelivery Chat Pro is available as an optional upgrade and adds:

  • WooCommerce product and variation indexing
  • Product search mode in the chat widget
  • Product cards with image, price, and stock status
  • Conversation history for follow-up questions
  • Automatic product re-indexing when stock changes

WooCommerce is required for Pro product features. Product indexing, product search, product cards, and stock-related answers require WooCommerce to be installed and active. Without WooCommerce, Pro still adds conversation history and enhanced chat behaviour for website content, but not product features.

Upgrade from the plugin admin page after installing the free version.

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

This plugin uses the Freemius SDK for optional Pro licensing, upgrades, and trials. When you choose to connect or upgrade, Freemius may process account and license data according to its own privacy policy.

Freemius Terms of Use:
https://freemius.com/terms/

Freemius Privacy Policy:
https://freemius.com/privacy/

설치

  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.

What is included in Pro?

Pro adds WooCommerce product indexing, a product search mode in the chat widget, product cards, conversation history, and automatic re-indexing when product stock changes.

Does Pro require WooCommerce?

Yes, for product-related features. WooCommerce must be installed and active to index products, search products in chat, and show product cards. If you only need AI chat for pages and posts, the free version is sufficient. Pro without WooCommerce still supports conversation history for website content questions.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“TechDelivery Chat”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “TechDelivery Chat”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.0

  • Freemius integration for Pro upgrades and licensing
  • Unified free and Pro into one plugin
  • Pro: WooCommerce product indexing and search
  • Pro: Product cards in chat widget
  • Pro: Nettside / Produkter mode switcher in chat

1.0.2

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