using pgvector with Kysely
Following the example here: https://github.com/pgvector/pgvector-node?darkschemeovr=1#kysely
But I get the error
Happy to provide code if necessary but there aren’t any differences from the tutorial
Using AWS RDS 13.12 (which has pgvector support)
But I get the error
ERROR: column "embedding" is of type vector but expression is of type character varyingHappy to provide code if necessary but there aren’t any differences from the tutorial
Using AWS RDS 13.12 (which has pgvector support)
GitHub
pgvector support for Node.js and Bun (and TypeScript) - pgvector/pgvector-node