Table of Contents

Namespace LMKit.Data.Storage.PgVector

Classes

PgVectorEmbeddingStore

Implements the IVectorStore interface using PostgreSQL with the pgvector extension as the backend. Provides operations for creating, deleting, updating, and querying vector data with associated metadata, leveraging pgvector's similarity search capabilities.

Share