Any gotchas getting Perplex Ai Assistant to work w...
# social
k
Any gotchas getting Perplex Ai Assistant to work with latest 12.1.2? Keeps getting "The page contains no relevant text, cannot generate metadata".
s
#1125392773038755890 is the channel for questions like that! đŸ™‚ maybe @CornĂ© Hoskam can hook you up with someone.
k
Ok, thanks.
c
I'm not sure if the developer is on Discord, but I'll see if I can pull some strings and ask around for you @Kenneth Solberg!
@Kenneth Solberg I've been informed that basically the AI Assistant has only been tested on v10, but he kinda expects that it should work on v12 too. The AI Assistant makes use of the Umbraco preview to fetch content of the page, so as long as you have added (and saved) content on the page, he expects that it should be working đŸ¤” //cc @Sebastiaan
s
Does the page contain relevant text? đŸ˜® đŸ˜‰
k
Hehe, yeah - property alias is even bodyText and is an rte editor.
Is it the rendered output it uses?
c
My assuption would be just the previewed content property values and not anything rendered
k
Created a new site now. Created Home + Article (metaTitle (textstring), metaDescription (textstring), bodyText (rte) doctypes with templates (Article outputs bodyText). Created Home and Article content. Installed package and configured openai key + meta aliases. (Already have an OpenAI key with enough usage quotas). Same error message when klicking the sleeping robot icon next to meta fields...
From fiddler
c
Then I fear it might be a case of "this package hasn't been tested/developed for this specific version of Umbraco" right now :/
k
Same result for v11
Checked with DotPeek and it makes a HTTP request to the rendered preview and selects //body/text() ... as my view didn't have anything other than the plain text it returned nothing, hence the error message.
c
Huh, thanks for the info @Kenneth Solberg! Wasn't expecting it to work like that honestly!
30 Views