openai-cookbook
openai-cookbook copied to clipboard
Problem multiplying best_matrix
trafficstars
The notebook runs well for me. But as soon as I try to multiply the best_matrix with my embeddings from another script, it throws an error. That is even though the number of columns matches the number of rows. I used the same model creating the embeddings.
Really not familiar with arrays. Spent hours trying to make it work, but nothing does.