You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When i try to upload an image and send it to openai i get this error message:
Error: vectorsService.upsertVector - No vector node found
Apparently it wants a vector node, but the docs dont say anything about needing a vector store for uploading images. The node suggested ndoes dont even come with a connection point to a vector node.
To Reproduce
Steps to reproduce the behavior:
Make a chatflow
Allow Image upload
Try to upload Image
Get the error
Expected behavior
It should upload the image and use chatgpt vision
The text was updated successfully, but these errors were encountered:
Describe the bug
When i try to upload an image and send it to openai i get this error message:
Error: vectorsService.upsertVector - No vector node found
Apparently it wants a vector node, but the docs dont say anything about needing a vector store for uploading images. The node suggested ndoes dont even come with a connection point to a vector node.
To Reproduce
Steps to reproduce the behavior:
Make a chatflow
Allow Image upload
Try to upload Image
Get the error
Expected behavior
It should upload the image and use chatgpt vision
The text was updated successfully, but these errors were encountered: