Interface that defines the arguments required to create a
PGVectorStore instance. It includes Postgres connection options,
table name, filter, and verbosity level.
interface PGVectorStoreArgsThe amount of documents to chunk by when adding vectors.
Configure how similarity scores are calculated. "distance" returns raw distance values (lower = more similar, default behavior for backward compatibility) "similarity" returns normalized similarity scores (higher = more similar)