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