Document loader: How can i create chatflow / customize so i can have end-user upload pdf or URL to analyze each time #379
-
How can i create chatflow / customize so i can have end-user upload pdf or URL to analyze each time? I'd like to use flowise to run API calls to a front-end application where end-user can upload a URL, pdf, etc. and can discuss / analyze with the chatbot. Anyone already doing this or have any suggestions? Thank you!! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I didn't try but if I were you, I would use the front end app to upload the pdf and embed it in a vector database. Then I would build a flow that use this Vector database. |
Beta Was this translation helpful? Give feedback.
-
here's a tutorial on that - https://www.youtube.com/watch?v=kOwmPe8aLAA&ab_channel=MenloParkLab |
Beta Was this translation helpful? Give feedback.
-
From the Video at around 12:30 Min mark I got Click Embed button on your upsert Flow Use an API Call to the URL with the fields you want and it would upsert the document. But as a frontend you will need another tool to have a browser upload button that then calls this api end point... |
Beta Was this translation helpful? Give feedback.
here's a tutorial on that - https://www.youtube.com/watch?v=kOwmPe8aLAA&ab_channel=MenloParkLab