#embeddings api is absurdly slow
6 messages · Page 1 of 1 (latest)
I feel like that's way above the context window limit. Are you sure it didn't just stop with an error?😅
It doesn't stop with an error I'm sure. I'm using a jupyter notebook and the code is still running
What endpoint/API are you using exactly?
from openai.embeddings_utils import (
get_embedding
)
constants
EMBEDDING_MODEL = "text-embedding-ada-002"
So is it stuck on get_embedding?