#Embeddings: same input, different results

3 messages · Page 1 of 1 (latest)

weak wolf
#

I need to understand why the same request to https://api.openai.com/v1/embeddings endpoint, returns to me different results each time I call it:

Two examples of the same request with different results are attached.

#

Embeddings: same input, different results

left sun
#

I may be wrong but afaik, the embeddings model is non-deterministic so randomness is part of the training process, which causes variation like this when you run the same embedding multiple times