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