openai-cookbook
openai-cookbook copied to clipboard
Q&A with embeddings uses 4096 dimensions but updated API uses 1536
trafficstars
Regarding https://github.com/openai/openai-cookbook/blob/main/examples/Question_answering_using_embeddings.ipynb
This only becomes a significant problem when trying to reproduce the tutorial because the olympics embeddings dataset Olympics Embeddings CSV is 4096 dimensions. An easy fix would be to point to a 1536 dimension version so that readers don't need to regenerate it themselves.
Thanks! Will fix this week.
Now fixed. Closing the issue, but let me know if you run into any further problems.