afrom_texts(
cls: Type[SQLServerVectorStore],
texts: List[str]Async counterpart to :meth:from_texts.
Builds a new vector store and inserts texts via :meth:aadd_texts,
so the only blocking step is the synchronous engine setup that
happens once in __init__ ā every per-row insert is awaited.