• Resolved volkerforster

    (@volkerforster)


    I try to implement the chat widget into a WooCommerce store, but the answers it gives don’t make any sense. Example:

    Q: how much for an Arduino UNO R3 with CH340 chip?
    A: $21.99
    => correct answer would be: $9.50

    Q: what is the price for SKU 26025?
    A: $11.99
    => correct answer would be: $9.50

    Q: what is the SKU of Arduino UNO R3 with CH340 chip?
    A: 110010110
    => correct answer would be: 26025

    I didn’t find out how to train it to use our shop data and not some random information found anywhere on the internet. I used the data converter to download the product data and uploaded it into the training module. But the JSON file is only 500k, which I believe can only be a fraction of all the data (titles, descriptions etc.) of 600+ products.

    Thank you for any help.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author senols

    (@senols)

    Hi @volkerforster

    I strongly suggest using Embeddings as it is much faster, easier and cheaper than train a custom model.

    You can find a video tutorial here: https://www.youtube.com/watch?v=NPMLGwFQYrY

    Let me know if this tutorial helps.

    Senol

    Thread Starter volkerforster

    (@volkerforster)

    Thank you, I almost thought so. Unfortunately, Pinecone is not accepting new users (customers) due to “extreme high demand”. I hoped there would be a more reliable way to set everything up than to use a service that is obviously on its limits. I heard about different vector database models, not only Pinecone, but it seems like that other ones are not supported by AI Power. It means, waiting for being accepted by Pinecone is my only choice?

    Thread Starter volkerforster

    (@volkerforster)

    Okay, I was able to create a Pinecone account and set everything up. Indexing is running fine, the first answers are promising. Clearly, the vector database is the way to go!
    Thank you.

    Plugin Author senols

    (@senols)

    Hi @volkerforster

    I am glad it is resolved for you. Embeddings is a such a powerful feature. Please also give it a try “Content Builder”. You can add manual entry as well.

    Senol

    Thread Starter volkerforster

    (@volkerforster)

    Hello, I have a new issue:

    One of the recent updates must have rendered the widget useless. It is not opening when one clicks on it. I tried with Chrome and Edge browser. The mouse pointer changes to the finger symbol, but a click on the widget dies not do anything.

    Besides that, the chat box on the widget settings page has moved out of place and is now sticking to the upper edge of the screen, covering parts of the menu.

    I turned the widget off and back on again without any changes.

    Plugin Author senols

    (@senols)

    Hi @volkerforster

    It is a caching issue. Please clear your cache or if you are using a caching plugin pls flush your cache. You can also try incognito mode.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to use dynamic WooCommerce content (price) for answers?’ is closed to new replies.