Passing files (file or file path from SQLite or similar memory) to flow/ Tools from chat #4037
samerGMTM22
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I built a flow where I handle the analysis of PDF files; some are not readable by Agents, so I built a tool and deployed it on Replit that if it receives a file, it will perform an OCR scan based on Google Document AI API. The issue is that the tool I built in Flowise to make the call to my Replit OCR tool can't handle file objects (not an option in tools), or agents can't assign file paths (to attach) from memory.
If this feature can be added, it will make Flowise a much more powerful tool that can leverage more outside tools to address user queries within chat/ agent flows.
Beta Was this translation helpful? Give feedback.
All reactions