Replies: 3 comments 3 replies
-
Async methods should be inherited from the super class. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Async support added to version 2.2.0 of supabase-py client |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did it for qdrant. #26795 Quite interested repeat it for supabase. I'll ping you when I have something. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked
Feature request
I noticed that the Python Supabase Vector Store implementation does not support async calls.
It seems like that the JS/TS Supabase Vector Store implementation does support async calls interestingly.
Motivation
I'm interested in using the Supabase Vector Store library with a FastAPI/Uvicorn application, so ideally these calls would not block the interpreter.
I'm investigating SQLAlchemy or psycopg as an alternative, but it would be super convenient if it was built right into this library.
Proposal (If applicable)
Add async / non-blocking calls to the Supabase Vector Store connector.
Might be able to use supabase-py-async as the client.
Beta Was this translation helpful? Give feedback.
All reactions