Sink Connectors
SupabaseSink
SupabaseSink is designed to store and search vectorized data within Supabase databases, enabling efficient similarity searches and data management.
The SupabaseSink
class provides the capabilities to interface with Supabase databases for the purpose of storing and querying vectorized data, which is essential for operations like semantic searches.
Properties
Required properties:
database_connection
: The connection string necessary to connect to the Supabase database.collection_name
: The name of the collection within the database where the vectors will be stored.
Was this page helpful?