The vectorizer_relationship is a SQLAlchemy helper that integrates pgai's vectorization capabilities directly into your SQLAlchemy models. Think of it as a normal SQLAlchemy relationship, but with a ...
I am using tf_idf vectorizer on dummy data as shown in the code. If I print the shape of an element after vectorization, I get the output (14,). When I save the vectorizer and later transform using ...