Static method to create an instance of ClickHouseStore from texts.
fromTexts(
texts: string[],
metadatas: object | object[],
embeddings: EmbeddingsInterface,
args: ClickHouseLibArgs
): Promise<ClickHouseStore>| Name | Type | Description |
|---|---|---|
texts* | string[] | The texts to use. |
metadatas* | object | object[] | The metadata associated with the texts. |
embeddings* | EmbeddingsInterface | The embeddings to use. |
args* | ClickHouseLibArgs | The arguments for the ClickHouseStore. |