Creates a new SupabaseVectorStore instance from an existing index.
fromExistingIndex(
embeddings: EmbeddingsInterface,
dbConfig: SupabaseLibArgs
): Promise<SupabaseVectorStore>| Name | Type | Description |
|---|---|---|
embeddings* | EmbeddingsInterface | The embeddings to use. |
dbConfig* | SupabaseLibArgs | The configuration for the Supabase database. |