Return VectorStore initialized from texts and embeddings.
In addition to parameters described by the super method, this implementation provides other configuration params if different configuration from default is needed.
ids : List[str] Additional list of keys associated to the embedding. If not provided UUIDs will be generated clear_old : bool Whether old data must be deleted. Default True auto_config: bool Whether to do a complete server setup (caches, protobuf definition...). Default True kwargs: Any Rest of arguments passed to InfinispanVS. See docs