I have a neon postgres server and I am using the Prisma ORM to connect to it. The database successfully connects to the server but whenever I try to create a document (specifically one with an embedding), it rejects the query and gives me the following error:
PrismaClientUnknownRequestError:Invalid `prisma.article.create()` invocation:Operation 'createOne' for model 'Article' does not match any query.
PrismaClientUnknownRequestError:Invalid `prisma.article.create()` invocation:Operation 'createOne' for model 'Article' does not match any query.