• Resolved mrgoldberg

    (@mrgoldberg)


    Hi there.
    I’m using the “content-aware” option, and the problem is that only the first ~550 characters are taken from the page, and that’s it. All other content is ignored. Part of the content is displayed through shortcodes and I enabled the “Shortcodes” option in the settings, but this does not help. What should I do to use all content?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @mrgoldberg,

    The problem is that often, the content of the page is too big; if I don’t resize it, it will make the conversation very limited (or it will not work).

    Currently, I am keeping the 1024 first characters of the content (while avoiding to cut a sentence right in the middle). I am going to update this to 1024 tokens soon, as it makes a bit more sense.

    Isn’t this what you are getting?

    Thread Starter mrgoldberg

    (@mrgoldberg)

    There is really a lot of content on the page, as there are reviews of 10 product models. The task that I wanted to solve was for the chatbot to be able to recommend models from this page, and not the models that it has in the database.

    Plugin Author Jordy Meow

    (@tigroumeow)

    Yeah, the embeddings are not always based on your post/pages. They are just pieces of content.

    So you could create an embedding per product for example. A few more embeddings that compare a few products together, or about a technical aspect at our product share.

    For example, if you are Apple, I would create an embedding for each iPhone version, with the details about each iPhone, then an embedding about the differences between iPhone and Samsung and others, an embedding about why iOS is great and what are its features, etc, etc.

    Thread Starter mrgoldberg

    (@mrgoldberg)

    There is a browser plugin like https://github.com/qunash/chatgpt-advanced. It allows you to collect content from the page completely, or even from several. Maybe you can implement something similar but only in your plugin? Ideally, the bot should only communicate using the content of the current page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with Content Aware’ is closed to new replies.