Samarjit
DTDrizzle Team
•Created by Smokey Dazer on 9/29/2024 in #help
Drizzle Studio breaking with PGlite + PGVector
what I observed if I start with drizzle schema I get this error
type "vector" does not exist
.
If I start with forcefully create the type vector await pglite.exec('create extension if not exists vector;');
Then when drizzle-studio opens up, it lists the tables but error pops up could not access file "$libdir/vector": No such file or directory
.
If I point to proper postgresql database server with pgvector installed then none of these errors come up in drizzle-studio.3 replies
DTDrizzle Team
•Created by Smokey Dazer on 9/29/2024 in #help
Drizzle Studio breaking with PGlite + PGVector
did you find a solution for configuring plugin pgvector with pglite for drizzle-studio ?
3 replies