afrom_texts(
cls: type[AstraDBVectorStore],
texts: Iterable[str],
embedding: EmbeddingsCreate an Astra DB vectorstore from raw texts.
metadata dicts for the texts.
ids to associate to the texts.
you can pass any argument that you would to
aadd_texts
and/or to the AstraDBVectorStore
constructor (see these methods for details). These arguments
will be routed to the respective methods as they are.