Hello
I have a chatbot that can accept files, but my main problem is with taking the LINK that contains the file
and having an Ai go through it and return an output
I have checked several softwares but all of them are super difficult to set up
I was wondering if there is a way in MAKE.com
to setup a flow where
- the API gets the file URL
- Passes it to an embedding model or whatever is needed to make the AI understand
- Have the AI respond
- Get back that Ai repsonse
samliew
2
You can use CloudConvert to convert the file into plain text, before sending that along with the prompt to AI.
2 Likes
but is it secure datawise?
Also, what about the images in the pdfs, I know code interpreter can understand them
samliew
4
No idea. You’ll need to read the external service’s documentation and help center articles to evaluate if the product is suitable for your use-case.
There are other file conversion options available as well, https://www.make.com/en/integrations
2 Likes