Partager via


PostgresMemoryEntry Struct

Definition

A postgres memory entry.

public struct PostgresMemoryEntry : IEquatable<Microsoft.SemanticKernel.Connectors.Postgres.PostgresMemoryEntry>
type PostgresMemoryEntry = struct
Public Structure PostgresMemoryEntry
Implements IEquatable(Of PostgresMemoryEntry)
Inheritance
PostgresMemoryEntry
Implements

Properties

Embedding

The embedding data as a Pgvector.Vector.

Key

Unique identifier of the memory entry.

MetadataString

Attributes as a string.

Timestamp

Optional timestamp. Its 'DateTimeKind' is Utc

Methods

Equals(Object)
Equals(PostgresMemoryEntry)
GetHashCode()
ToString()

Operators

Equality(PostgresMemoryEntry, PostgresMemoryEntry)
Inequality(PostgresMemoryEntry, PostgresMemoryEntry)

Applies to