I am currently working with the text-embedding-3-large model and would like clarification on its knowledge cutoff date. Could anyone please confirm what the knowledge cutoff date is for text-embedding-3-large? Is it the same as text-embedding-ada-002 (September 2021), or has it been extended with the release of the v3 embeddings?
1 Like
Welcome to the forum.
Probably the same date.
Do V3 embedding models know about recent events?
No, the
text-embedding-3-largeandtext-embedding-3-smallmodels lack knowledge of events that occurred after September 2021. This is generally not as much of a limitation as it would be for text generation models but in certain edge cases it can reduce performance.
1 Like