How Wix's AI Site-Chat Redefines Chatbots with Adaptive Feedback and Dynamic Knowledge
Traditional AI chatbots built on LLMs cannot customize responses based on business owner preferences, offer no feedback mechanism for owners to teach the chatbot, and rely on static knowledge bases and fixed system prompts that do not adapt to unwritten domain knowledge.
Traditional RAG systems have static knowledge bases and fixed prompts that cause outdated responses and user frustration, while LLMs used directly for classification suffer from overconfidence, hallucination, prompt fatigue, and high inference cost.
The DDKI-RAG system provides a more adaptive and dynamic approach to knowledge retrieval and prompt modification, allowing real-time learning and adaptability and leading to more accurate and context-aware chatbot responses.
Frequently asked questions
What did this team achieve with this AI workflow?
The DDKI-RAG system provides a more adaptive and dynamic approach to knowledge retrieval and prompt modification, allowing real-time learning and adaptability and leading to more accurate and context-aware chatbot res…
What tools did this team use?
LLMs, RAG, CatBoost, DDKI-RAG.
What results were reported?
Chatbot accuracy and user experience: improved accuracy, efficiency, and user experience; Chatbot response quality: more accurate and context-aware chatbot responses (source-reported, not independently verified).
What failed first in this deployment?
Traditional RAG systems have static knowledge bases and fixed prompts that cause outdated responses and user frustration, while LLMs used directly for classification suffer from overconfidence, hallucination, prompt f…
How is this customer support AI workflow structured?
Owner queries chatbot → RAG answer generation → Owner provides feedback → LLM feature extraction → CatBoost classification → Knowledge document creation → Vector database update → Adaptive response generation.