Hello everyone!
I am a bit confused about how embeddings work in n8n/supabase.
I want to save an item in my supabase database as an embedding.
The item to be stored is a message from a user that is sent via whatsapp.
It does not look like this is possible, when I select the vectore store, I am being asked to provide some kind of a loader. I don't want to use a loader. The input should be from the text message received.
Do I have to use an api call?
Can someone share a basic example of possible?