Descrição
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
Instalação
- Upload the plugin folder to
/wp-content/plugins/ - Activate the plugin.
- Enter your OpenAI API key.
- Start indexing from the admin page.
- 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.
Avaliações
There are no reviews for this plugin.
Contribuidores e desenvolvedores
“TechDelivery Chat” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ContribuidoresTraduzir “TechDelivery Chat” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
1.0.2
- Incremental indexing
- AJAX indexing
- Responsive chat widget
- Clickable source references
- Performance improvements
