fromDocuments(
docs: Document<Record<string, any>>[],
embeddings: EmbeddingsInterface,
dbConfig| Name | Type | Description |
|---|---|---|
docs* | Document<Record<string, any>>[] | |
embeddings* | EmbeddingsInterface | |
dbConfig* | SingleStoreVectorStoreConfig |
Creates a new instance of the SingleStoreVectorStore class from a list of Document objects.
An array of Document objects.
An Embeddings object.
A SingleStoreVectorStoreConfig object.