add_texts function for SQLServerVectorStore class.
Compute the embeddings for the input texts and store embeddings in the vectorstore.
List of IDs for the input texts.
If True, rows whose custom_id already exists in the table
are updated with the new content, metadata and embedding instead
of raising on the unique-index conflict. Defaults to False to
preserve insert-only behavior consistent with other vector
stores. The match is performed on the custom_id column.
vectorstore specific parameters.