constructor(embeddings: EmbeddingsInterface, dbConfig: VSArgs): PostgresVectorStore| Name | Type | Description |
|---|---|---|
embeddings* | EmbeddingsInterface | Instance of |
dbConfig* | VSArgs | Configuration settings for the database or storage system. |
Initializes a new vector store with embeddings and database configuration.