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

@anon10827405 mentioned a GitHub repo a while back that mentioned the hidden/undocumented “encoding_format” parameter.

https://community.openai.com/t/discrepancy-in-embeddings-precision/78666/7?u=curt.kennedy

Which then points to this repo:

Maybe give that a shot? I know it’s undocumented and could be pulled at any time … haven’t tried it myself.

But based on setting this to “float” it seems to have helped, as mentioned over here:

2 Likes