embedded-postgres
embedded-postgres copied to clipboard
Add extensions
How feasible is it to add support for things like pgvector?
Cheers
Hi @nicholas-johnson-techxcel! All extensions have to be built from source for their respective platforms. This project relies on another project (https://github.com/zonkyio/embedded-postgres-binaries) for our binaries. These binaries currently don't support pgvector. Until they do, we unfortunately cannot support it. The build scripts are pretty straightforward though, so if you're willing to make a contribution there, it should be relatively easy.