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