Microsoft.SemanticKernel.Connectors.Postgres Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
PostgresDbClient |
An implementation of a client for Postgres. This class is used to managing postgres database operations. |
PostgresMemoryBuilderExtensions |
Provides extension methods for the MemoryBuilder class to configure Postgres connector. |
PostgresMemoryStore |
An implementation of IMemoryStore backed by a Postgres database with pgvector extension. |
Structs
PostgresMemoryEntry |
A postgres memory entry. |
Interfaces
IPostgresDbClient |
Interface for client managing postgres database operations. |