MCPcopy
hub / github.com/openai/evals / record_embedding

Function record_embedding

evals/record.py:597–598  ·  view source on GitHub ↗
(prompt, embedding_type, **extra)

Source from the content-addressed store, hash-verified

595
596
597def record_embedding(prompt, embedding_type, **extra):
598 return default_recorder().record_embedding(prompt, embedding_type, **extra)
599
600
601def record_sampling(prompt, sampled, **extra):

Callers

nothing calls this directly

Calls 2

default_recorderFunction · 0.85
record_embeddingMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…