Static method to create an instance of CassandraStore from an existing index.
fromExistingIndex(embeddings: EmbeddingsInterface, args: CassandraLibArgs): Promise<CassandraStore>| Name | Type | Description |
|---|---|---|
embeddings* | EmbeddingsInterface | The embeddings to use. |
args* | CassandraLibArgs | The arguments for the CassandraStore. |