Can text-embedding-ada-002 be made deterministic?

Hey! I used the encoding_format=“float” in the ada-002 api call and this didn’t work:
image
the vectors are still different. I don’t think it’s a huge problem as we are using the cosine similarity between vectors, but still. I’d like to get to the bottom of the issue.