Been having issues w/ connecting to my supabase vector table. I have created a chat input workflow connecting to my Supabase Vector DB. The whole flow doesn’t produce any errors, however, when asking specific questions regarding details of the DB it is unable to retrieve them. I properly connected Supabase, however, in checking the log it produces an empty output from Supabase.
When I created the documents table in Supabase I did so from this doc - LangChain | Supabase Docs. I then embedded my data using openAI.
Unsure of what might be causing this and seeing if anybody had any ideas of what I can do?
Hi Ria, thank you for the response and verifying things look good on the n8n side! The issue was in the way I embedded my db so it was unable to query it properly