@vercel/postgres
package to use generic Postgres databases
as vector stores, provided they support the pgvector
Postgres extension.
This integration is particularly useful from web environments like Edge functions.
@vercel/postgres
package:
process.env.POSTGRES_URL
.
You can also pass a connection string manually like this:
POSTGRES_URL
environment variable
will already be populated in hosted environments.