Getting same results regardless of vector query

Hi, I have an index with 8k records and when querying with different vectors and k=5 I get the same 5 results every time. What am I doing wrong?

I was using an index configured with Euclidean distance while my vectors were calculated using cosine. Solved.