Versions in this module Expand all Collapse all v0 v0.0.202 Jul 31, 2026 Changes in this version + func DefaultPath(root, namespace string) string + type Record struct + Confidence float64 + Content string + CreatedAt time.Time + ID string + Namespace string + Priority int + SourceRef string + SourceRunID string + SourceStep string + Type string + UpdatedAt time.Time + type SearchOptions struct + Limit int + Namespace string + Types []string + type Store struct + func Open(path string) (*Store, error) + func (s *Store) Close() error + func (s *Store) Get(ctx context.Context, id string) (Record, error) + func (s *Store) Search(ctx context.Context, query string, options SearchOptions) ([]Record, error) + func (s *Store) Upsert(ctx context.Context, record Record) (Record, error)