medicode / lib /postgrex_types.ex
noahsettersten's picture
chore: Add custom vector type for Postgrex
d4a9888
raw
history blame
139 Bytes
Postgrex.Types.define(
MedicalTranscription.PostgrexTypes,
[Pgvector.Extensions.Vector] ++ Ecto.Adapters.Postgres.extensions(),
[]
)