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.