• Resolved troyeccles

    (@troyeccles)


    Hi Jordy. There’s a front end plugin that can upload files, categorise them, store them and make them accessible by the user all via the from end of a site (link: https://www.ads-software.com/plugins/shared-files/)

    Is there any way your plugin can “view” these files for things like context, summaries, etc?

    Example, if I have a site about photoshop and a user has his own page (via membership), could the user upload a data sheet, word doc, etc and feed the link to the AI for reference?

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

    (@tigroumeow)

    Hi @troyeccles,

    That’s not impossible, but that’s quite difficult. I don’t remember if you did or if we talked about it, but you should absolutely read my tutorial about training an AI, it’s here. I think you’ll understand better how AI works, and what it really means to feed an AI with data. You would need to constantly train and re-train an AI, or find another way to train an AI once that will be able to extract information in the way you need it from new “content”. Sorry, my explanation here is a bit meta, but the reality is quite complex (a team would need to work on this, basically).

    I know many people still think that we just can upload documents to an AI and that it will swallow it happily ?? But the reality is that we still need to train the AI models like children, using huge amount of examples with variations and repetitions.

    Anonymous User 18315536

    (@anonymized-18315536)

    Hello, to complete the question, is it possible that the AI Engine read attached files? Ex: a word document uploaded (as *.docx file) on the website? Seems complicated but who knows? (you maybe!) ??

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @highdem! It’s complicated ?? In fact, I am getting a lot of answers around the idea of feeding an AI model with data, and I am trying to find a way to reply to this and explain it well, but it’s not easy.

    Yesterday, I wrote this: https://meowapps.com/ai-engine/faq/#about-ai. It’s not about reading files, but it’s similar (it’s about reading what’s on your website, for instance, knowing your products, etc). Does it make sense when you read this article?

    Anonymous User 18315536

    (@anonymized-18315536)

    Thanks for the link! Yes it makes sense, but one thing is feeding the model, another is user conversation with the chatbot about the content of a given document. In my view, modeling is about generate answers for every users, while my point about “reading files” is more about having a user discuss with the chat about a given file (for example that he just submitted, or that he reads).

    I’m brainstorming and I think one workaround (i’m not asking for that feature no worries!) may be to automatically copy the text of an uploaded document into the body of the {content} but with something like visibility=false so the user will not see the content but the bot will…

    Indeed another workaround could be to automatically inject each uploaded document content into the model using a script… If you know a code that does that let us know!

    Thank you again for your comments!

    Plugin Author Jordy Meow

    (@tigroumeow)

    I’m brainstorming and I think one workaround (i’m not asking for that feature no worries!) may be to automatically copy the text of an uploaded document into the body of the {content} but with something like visibility=false so the user will not see the content but the bot will…

    The problem with that is that you file would have to be smaller than a certain size too, in term of tokens. It’s the problem of being content-aware, the maximum tokens is currently 4000 with davinci :/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘AI access to uploaded files?’ is closed to new replies.