Hi, I’m not sure if I’m doing something wrong.
Until now I was using pgvector
with text-embedding-ada-002
with no problem. I’m using Prisma to create my database and writing the raw SQL queries myself.
But, after I switched to the new model (text-embedding-3-small
) and RE-INDEXED all stored data the SQL results are returning empty .
The Query looks the same, the vectors are the same size as the db expects (1536).
Literally switch the model back and re-index the database fixes the issue.
I’m want to use the new model to get the best and faster result.
What can I be doing wrong here?