Can someone point me to a simple N8n workflow using ollama (preferably as image is proprietary) or any other way
- Need to upload an image ( use input form or upload using http). Later on images will be added to a folder in google drive.
- Crate a RAG pipeline and store image vector on upload. If same file exists upsert.
- Ability to ask questions about the image in chat
- Ability to call another tool when the chat say detects a specific context from within chat prompt.
Say I upload an image of an Apple
If the prompt says “send email if the Apple is ripe to 12345@xyz.com Later on need to take away the human in the loop and it should do it automatically
Looking for a template or any guidance
Thanks
Martin