PGVectorDB

PGVectorDB(**kwargs)

A vector database that uses PGVector as the backend.
Initialize the vector database.
Note: connection_string or host + port + dbname must be specified

Parameters:
NameDescription
**kwargs

Class Attributes

active_collection



embedding_function



establish_connection



type