Async client
What kind of change does this PR introduce?
Support for the async Client. Feature: #6 .
What is the current behavior?
You can't use the Client with async operations.
What is the new behavior?
Both sync and async operations are supported.
I added tests and also tested basic operations locally, but there may be things I missed. Also not sure if the tests are written in the best way.
@o-santi could you pls review this one
Yes, of course. Just give me a sec to read all that 😅
Hey everyone, I need to know if the changes from this pull are already integrated into the main branch and if it's already on Pypi. I have a RAG project and would like to support Vecs to connect to Supabase and perform the necessary operations asynchronously
hey @o-santi and @diksipav , any update on this?