Versions in this module Expand all Collapse all v0 v0.0.1 Jun 22, 2026 Changes in this version + type PgvectorStore struct + func (s *PgvectorStore) DeleteByConversationGroupID(ctx context.Context, conversationGroupID uuid.UUID) error + func (s *PgvectorStore) IsEnabled() bool + func (s *PgvectorStore) Name() string + func (s *PgvectorStore) Search(ctx context.Context, embedding []float32, conversationGroupIDs []uuid.UUID, ...) ([]registryvector.VectorSearchResult, error) + func (s *PgvectorStore) Upsert(ctx context.Context, entries []registryvector.UpsertRequest) error