Create new empty vectorstore with collection_name. Or connect to an existing vectorstore in database if exists. Arguments should be the same as when the vectorstore was created.
from_collection_name(
cls,
embedding: Embeddings,
db_url: str,
collection_name: str
) -> PGVecto_rs