Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
headway
/
medicode
like
0
Runtime error
App
Files
Files
Community
8488f43
medicode
/
lib
/
postgrex_types.ex
noahsettersten
chore: Add custom vector type for Postgrex
d4a9888
10 months ago
raw
Copy download link
history
blame
139 Bytes
Postgrex
.
Types
.define(
MedicalTranscription
.
PostgrexTypes
,
[
Pgvector
.
Extensions
.
Vector
] ++
Ecto
.
Adapters
.
Postgres
.extensions(),
[]
)