A class for managing connections to a Postgres database.
PGEngine(
self,
key: object,
pool: AsyncEngine,
loop: Optional[asyncio.AbstractEventLoop],
thread: Optional[Thread]
)Create an PGEngine instance from an AsyncEngine.
Create an PGEngine instance from arguments
Dispose of connection pool
Create a table for saving of vectors to be used with PGVectorStore.
Create a table for saving of vectors to be used with PGVectorStore.