fromTexts(
texts: string[],
metadatas: object | object[],
embeddings: EmbeddingsInterface| Name | Type | Description |
|---|---|---|
texts* | string[] | The texts to use. |
metadatas* | object | object[] | The metadata associated with the texts. |
embeddings* | EmbeddingsInterface | The embeddings to use. |
dbConfig* | AstraLibArgs |
Static method to create an instance of AstraDBVectorStore from texts.
The arguments for the AstraDBVectorStore.