[BUG] Supabase
Running into this error after setting up Flowise with Supabase.
Bug Error searching for documents: 42883 operator does not exist: extensions.vector <=> extensions.vector null
To Reproduce Steps to reproduce the behavior:
- Go to 'flowise marketplace and create a new Conversational Retrieval QA Chain'.
- Replace Pinecone with Supabase.
- Fill out details to upsert.
- Document is upserted but returns the above error.
Expected behavior It should reply with the info in the doc..
Screenshots
Setup
- OS: [Linux / Docker
- Browser [chrome]
Additional context The same error appears when trying to load index from Supabase.
here - https://github.com/FlowiseAI/Flowise/issues/169
here - #169
I already did this but still the same issue. It works on Supabase hosted environment but not on the self-hosted.
I am trying to work with the self-hosted option.
After hours of digging I was able to solve the issue with a fresh install. This time there are more functions available compared to the last installation so I guess the issue was with regards to the missing functions.