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