Static method to create an instance of CassandraStore from documents.
fromDocuments(
docs: Document<Record<string, any>>[],
embeddings: EmbeddingsInterface,
args: CassandraLibArgs
): Promise<CassandraStore>| Name | Type | Description |
|---|---|---|
docs* | Document<Record<string, any>>[] | The documents to use. |
embeddings* | EmbeddingsInterface | The embeddings to use. |
args* | CassandraLibArgs | The arguments for the CassandraStore. |