Integrate Supabase VectorDB (#2290)

This commit is contained in:
Dev Khant
2025-03-03 23:16:24 +05:30
committed by GitHub
parent 2556c5fe88
commit 8452dd598f
11 changed files with 542 additions and 4 deletions

View File

@@ -86,6 +86,9 @@ Here's a comprehensive list of all parameters that can be used across different
| `url` | Full URL for the server |
| `api_key` | API key for the server |
| `on_disk` | Enable persistent storage |
| `connection_string` | PostgreSQL connection string (for Supabase/PGVector) |
| `index_method` | Vector index method (for Supabase) |
| `index_measure` | Distance measure for similarity search (for Supabase) |
</Tab>
<Tab title="TypeScript">
| Parameter | Description |