Ask a question to get started
Enter to sendā¢Shift+Enter new line
PGEngine( self, key: object, pool: AsyncEngine, loop: Optional[asyncio.AbstractEventLoop], thread
key
object
Prevent direct constructor usage.
pool
AsyncEngine
Async engine connection pool.
loop
Optional[asyncio.AbstractEventLoop]
Async event loop used to create the engine.
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.
A class for managing connections to a Postgres database.
Thread used to create the engine async.