TheDocumentation Index
Fetch the complete documentation index at: https://docs.neum.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.