Versions in this module Expand all Collapse all v0 v0.3.0 Mar 26, 2026 Changes in this version + const DefaultTableName + type Config struct + ConnString string + Dimensions uint + TableName string + type Driver struct + func NewDriver(c Config, log *slog.Logger) (*Driver, error) + func (d *Driver) Add(ctx context.Context, docs []vector.Document) error + func (d *Driver) Close() error + func (d *Driver) Delete(ctx context.Context, ids []string) error + func (d *Driver) Get(ctx context.Context, ids []string) ([]vector.Document, error) + func (d *Driver) Query(ctx context.Context, embedding []float32, topK int) ([]vector.QueryResult, error)