Instructions
To get started with the Supabase pgvector plugin, follow these steps:
1. Start by creating a new project in Supabase. Go to the Supabase dashboard and click on "New Project". Follow the prompts to set up your project.
2. During the project creation, you will be asked to configure the database name and password. Make sure to note password down as you will need it later to connect your Bubble plugin to the Supabase database.
3. Once the project is created, you will be directed to the project dashboard. Navigate to Project settings -> Database to find your database URL, username and database name.
4. Go to the Database page in the Dashboard. Click Extensions in the sidebar. Enable Vector extension.
5. Now, you're ready to use the Supabase plugin in your Bubble app. In the plugin settings, input the database URL, username, password, and database name that you noted down earlier.
6. While using the 'Insert' and 'Search' actions, make sure the 'tableName' field corresponds to a table in your Supabase database. If the table doesn't exist, use the 'Create Table' action to create one.