PrismaP
Prisma4mo ago
9 replies
Matix

queryRaw returns empty array

I am currently trying to implement vector search with Prisma and MariaDB. The problem I am facing is, that I have to use rawQuery since vectors are not supported by prisma and when I execute my raw Query through prisma.$queyRaw, I get an empty array back.. The exact same query run on DBeaver returns a result though. I am really confused here. What is going on??
My code:
Was this page helpful?