Give shoppers instant answers and product help in chat. A smart agent understands what the customer wants, searches your store, or replies with store info from documents. Great for online retail teams that want faster replies and more sales.
Incoming chat messages start a guided flow. The text is checked for shopping intent and key details like keywords, price range, and SKU. If it is a product request, the agent pulls items from WooCommerce. If it is a general question, the agent uses a knowledge base made from your Google Drive files and stored in Qdrant. The agent keeps short term memory by session so replies feel natural.
A manual path lets you refresh the knowledge base. It clears the Qdrant collection, downloads files from Google Drive, converts them to text, splits them into chunks, and creates embeddings with OpenAI. This setup reduces response time, keeps answers accurate, and helps customers pick the right product. Set your Qdrant URL and collection, connect Google Drive and WooCommerce, add your OpenAI key, and run tests.