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