Supabase
Estimated reading: 1 minute
137 views
The Supabase component reads and writes to Supabase vector stores using an instance of SupabaseVectorStore.
For more information, see the following:
1. Hidden parameters
2. Search results output
3. Vector store instances
4. Supabase documentation
Supabase parameters
Name | Type | Description |
---|---|---|
supabase_url | String | Input parameter. The URL of the Supabase instance. |
supabase_service_key | SecretString | Input parameter. The service key for Supabase authentication. |
table_name | String | Input parameter. The name of the table in Supabase. |
query_name | String | Input parameter. The name of the query to use. |
search_query | String | Input parameter. The query for similarity search. |
ingest_data | Data | Input parameter. The data to be ingested into the vector store. |
embedding | Embeddings | Input parameter. The embedding function to use. |
number_of_results | Integer | Input parameter. The number of results to return in search. |